/[bison]/bison/src/main.c
ViewVC logotype

Diff of /bison/src/main.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.35 by pascal, Fri Aug 31 16:56:44 2001 UTC revision 1.36 by marc, Sun Sep 2 15:43:29 2001 UTC
# Line 34  Line 34 
34  #include "LR0.h"  #include "LR0.h"
35  #include "conflicts.h"  #include "conflicts.h"
36  #include "print_graph.h"  #include "print_graph.h"
37  #include "macrotab.h"  #include "muscle_tab.h"
38    
39  /* The name this program was run with, for messages.  */  /* The name this program was run with, for messages.  */
40  char *program_name;  char *program_name;
# Line 52  main (int argc, char *argv[]) Line 52  main (int argc, char *argv[])
52    lineno = 0;    lineno = 0;
53    getargs (argc, argv);    getargs (argc, argv);
54    
55    macro_init ();    muscle_init ();
56    open_files ();    open_files ();
57    
58    /* Read the input.  Copy some parts of it to FGUARD, FACTION, FTABLE    /* Read the input.  Copy some parts of it to FGUARD, FACTION, FTABLE

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26