home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 22 gnu
/
22-gnu.zip
/
flexpp.zip
/
FLEX
/
PATCH.EMX
< prev
Wrap
Text File
|
1994-10-24
|
1KB
|
27 lines
### micro change to be compile clean with emx/gcc header definitions
### 'diff' on old and new 'flexdef.h'
84d83
< #
87c86
< extern int unlink PROTO((__const__ char*)); /* const patched to satisfy gcc/EMX */
---
> extern int unlink PROTO((char*));
### minor changes in 'flexskel.h'
### the executable of flex++ is not affected, only the generated code
/* Modified to support cheap/builtin linecount, 1994/10/24.
** by Gregor Buehler 100440.2470(at)compuserve.com
** Changes: included YY_(at)_LINENO definitions like for YY_(at)_LENG
** included related member (C++) or static/extern (C) variables
*/
### minor changes in 'flexskel.c'
### the executable of flex++ is not affected, only the generated code
/* Modified to support cheap/builtin linecount, 1994/10/24.
** by Gregor Buehler 100440.2470(at)compuserve.com
** Changes: included YY_(at)_LINENO/yy___lineno definitions like for YY_(at)_LENG
** included YY_LINECOUNT_UP in YY_DO_BEFORE_ACTION
** included YY_LINECOUNT_DOWN in yyless and yyunput
** included related member (C++) or static/extern (C) variables
*/