/[m4]/m4/m4/input.c
ViewVC logotype

Diff of /m4/m4/input.c

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

revision 1.6 by gary, Mon Aug 20 19:42:38 2001 UTC revision 1.7 by gary, Mon Aug 20 20:25:25 2001 UTC
# Line 213  typedef struct input_block input_block; Line 213  typedef struct input_block input_block;
213    
214    
215  /* Current input file name.  */  /* Current input file name.  */
216  M4_GLOBAL_DATA const char *m4_current_file;  const char *m4_current_file;
217    
218  /* Current input line number.  */  /* Current input line number.  */
219  M4_GLOBAL_DATA int m4_current_line;  int m4_current_line;
220    
221  /* Obstack for storing individual tokens.  */  /* Obstack for storing individual tokens.  */
222  static struct obstack token_stack;  static struct obstack token_stack;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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