[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.38 and 1.39

version 1.38, 2001/03/02 00:25:24 version 1.39, 2001/03/05 15:09:20
Line 162 
Line 162 
   
 static void macro __P((void));  static void macro __P((void));
 static void initkwds __P((void));  static void initkwds __P((void));
 static ndptr inspect __P((char, char *));  static ndptr inspect __P((int, char *));
 static int do_look_ahead __P((int, const char *));  static int do_look_ahead __P((int, const char *));
   
 static void enlarge_stack __P((void));  static void enlarge_stack __P((void));
Line 492 
Line 492 
  */   */
 static ndptr  static ndptr
 inspect(c, tp)  inspect(c, tp)
         char c;          int c;
         char *tp;          char *tp;
 {  {
         char *name = tp;          char *name = tp;

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39