Mail Archives: djgpp/2000/03/31/03:00:49
Sorry to have to follow up my own post, but there is an additional
patch required to allow "make check" to succeed. "initscan.c" is a
bootstrap file built (I think manually, there is no automated way to
rebuild it) from "flex.skl", so any changes to "flex.skl" also have to
be made in parallel to "initscan.c".
<===============initscan.dif================================>
*** initscan.c00 Wed Sep 11 03:01:06 1996
--- initscan.c Fri Mar 31 00:02:34 2000
***************
*** 3128,3133 ****
--- 3128,3134 ----
#endif /* ifndef YY_NO_UNPUT */
+ #ifndef YY_NO_INPUT
#ifdef __cplusplus
static int yyinput()
#else
***************
*** 3200,3205 ****
--- 3201,3207 ----
return c;
}
+ #endif /* ifndef YY_NO_INPUT */
#ifdef YY_USE_PROTOS
<===============initscan.dif================================>
----------------------------------------------------
Peter J. Farley III (pjfarley AT nospam DOT dorsai DOT org OR
pjfarley AT nospam DOT banet DOT net)
- Raw text -