=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/flexdef.h,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- src/usr.bin/lex/flexdef.h 2015/11/19 23:40:16 1.14 +++ src/usr.bin/lex/flexdef.h 2015/11/19 23:48:06 1.15 @@ -1,4 +1,4 @@ -/* $OpenBSD: flexdef.h,v 1.14 2015/11/19 23:40:16 tedu Exp $ */ +/* $OpenBSD: flexdef.h,v 1.15 2015/11/19 23:48:06 tedu Exp $ */ /* flexdef - definitions file for flex */ @@ -38,21 +38,6 @@ #ifdef HAVE_CONFIG_H #include -#endif - -/* AIX requires this to be the first thing in the file. */ -#ifndef __GNUC__ -# if HAVE_ALLOCA_H -# include -# else -# ifdef _AIX - #pragma alloca -# else -# ifndef alloca /* predefined by HP cc +Olibcalls */ -char *alloca (); -# endif -# endif -# endif #endif #ifdef STDC_HEADERS