[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.6 and 1.7

version 1.6, 2003/06/04 17:34:44 version 1.7, 2004/02/03 21:20:17
Line 64 
Line 64 
 #include <sys/types.h>  #include <sys/types.h>
 #endif  #endif
   
   #ifdef STDC_HEADERS
   #include <stdlib.h>
   #else
 #ifdef HAVE_MALLOC_H  #ifdef HAVE_MALLOC_H
 #include <malloc.h>  #include <malloc.h>
 #endif  #endif
   
 #ifdef STDC_HEADERS  
 #include <stdlib.h>  
 #endif  #endif
   
   
 /* As an aid for the internationalization patch to flex, which  /* As an aid for the internationalization patch to flex, which
  * is maintained outside this distribution for copyright reasons.   * is maintained outside this distribution for copyright reasons.

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