[BACK]Return to flexdef.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / lex

Diff for /src/usr.bin/lex/flexdef.h between version 1.10 and 1.11

version 1.10, 2015/11/19 22:58:59 version 1.11, 2015/11/19 23:04:51
Line 952 
Line 952 
 /* Only needed when using certain broken versions of bison to build parse.c. */  /* Only needed when using certain broken versions of bison to build parse.c. */
 extern void *yy_flex_xmalloc PROTO ((int));  extern void *yy_flex_xmalloc PROTO ((int));
   
 /* Set a region of memory to 0. */  
 extern void zero_out PROTO ((char *, size_t));  
   
   
 /* from file nfa.c */  /* from file nfa.c */
   
 /* Add an accepting state to a machine. */  /* Add an accepting state to a machine. */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11