home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 22 gnu / 22-gnu.zip / flexpp.zip / FLEX / PATCH.EMX < prev   
Text File  |  1994-10-24  |  1KB  |  27 lines

  1. ### micro change to be compile clean with emx/gcc header definitions
  2. ### 'diff' on old and new 'flexdef.h'
  3. 84d83
  4. < #
  5. 87c86
  6. < extern int unlink PROTO((__const__ char*));  /* const patched to satisfy gcc/EMX */
  7. ---
  8. > extern int unlink PROTO((char*));
  9.  
  10. ### minor changes in 'flexskel.h'
  11. ### the executable of flex++ is not affected, only the generated code
  12. /* Modified to support cheap/builtin linecount, 1994/10/24.
  13. ** by Gregor Buehler 100440.2470(at)compuserve.com
  14. ** Changes: included YY_(at)_LINENO definitions like for YY_(at)_LENG
  15. **          included related member (C++) or static/extern (C) variables
  16. */
  17.  
  18. ### minor changes in 'flexskel.c'
  19. ### the executable of flex++ is not affected, only the generated code
  20. /* Modified to support cheap/builtin linecount, 1994/10/24.
  21. ** by Gregor Buehler 100440.2470(at)compuserve.com
  22. ** Changes: included YY_(at)_LINENO/yy___lineno definitions like for YY_(at)_LENG
  23. **          included YY_LINECOUNT_UP in YY_DO_BEFORE_ACTION
  24. **          included YY_LINECOUNT_DOWN in yyless and yyunput
  25. **          included related member (C++) or static/extern (C) variables
  26. */
  27.