[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.14 and 1.15

version 1.14, 2015/11/19 23:40:16 version 1.15, 2015/11/19 23:48:06
Line 40 
Line 40 
 #include <config.h>  #include <config.h>
 #endif  #endif
   
 /* AIX requires this to be the first thing in the file.  */  
 #ifndef __GNUC__  
 # if HAVE_ALLOCA_H  
 #  include <alloca.h>  
 # else  
 #  ifdef _AIX  
  #pragma alloca  
 #  else  
 #   ifndef alloca /* predefined by HP cc +Olibcalls */  
 char *alloca ();  
 #   endif  
 #  endif  
 # endif  
 #endif  
   
 #ifdef STDC_HEADERS  #ifdef STDC_HEADERS
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15