[BACK]Return to main.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / m4

Diff for /src/usr.bin/m4/main.c between version 1.79 and 1.80

version 1.79, 2010/09/07 19:58:09 version 1.80, 2011/09/27 07:24:02
Line 56 
Line 56 
 #include "extern.h"  #include "extern.h"
 #include "pathnames.h"  #include "pathnames.h"
   
 ndptr hashtab[HASHSIZE];        /* hash table for macros etc.  */  
 stae *mstack;                   /* stack of m4 machine         */  stae *mstack;                   /* stack of m4 machine         */
 char *sstack;                   /* shadow stack, for string space extension */  char *sstack;                   /* shadow stack, for string space extension */
 static size_t STACKMAX;         /* current maximum size of stack */  static size_t STACKMAX;         /* current maximum size of stack */

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80