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

Diff of /bison/src/muscle_tab.c

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

revision 1.26 by akim, Wed Nov 6 14:11:47 2002 UTC revision 1.27 by eggert, Tue Nov 12 07:23:52 2002 UTC
# Line 20  Line 20 
20    
21  #include "system.h"  #include "system.h"
22  #include "hash.h"  #include "hash.h"
23    #include "quotearg.h"
24  #include "files.h"  #include "files.h"
25  #include "muscle_tab.h"  #include "muscle_tab.h"
26  #include "getargs.h"  #include "getargs.h"
# Line 64  muscle_init (void) Line 65  muscle_init (void)
65    
66    /* Version and input file.  */    /* Version and input file.  */
67    MUSCLE_INSERT_STRING ("version", VERSION);    MUSCLE_INSERT_STRING ("version", VERSION);
68    MUSCLE_INSERT_STRING ("filename", infile);    MUSCLE_INSERT_C_STRING ("filename", infile);
69  }  }
70    
71    

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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