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

Diff for /src/usr.bin/vgrind/Attic/regexp.c between version 1.3 and 1.4

version 1.3, 2001/11/19 19:02:17 version 1.4, 2002/02/16 21:27:56
Line 57 
Line 57 
 #define TRUE    !(FALSE)  #define TRUE    !(FALSE)
 #define NIL     0  #define NIL     0
   
 static void     expconv __P((void));  static void     expconv(void);
   
 boolean  _escaped;      /* true if we are currently _escaped */  boolean  _escaped;      /* true if we are currently _escaped */
 char    *_start;        /* start of string */  char    *_start;        /* start of string */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4