home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume12
/
cake
/
part05
/
Lex
/
diff
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1987-10-14
|
297 b
|
24 lines
Line 47 contains:
*yylastch++ = yych = input();
Add the lines
# ifdef EARLY_CATCH
if (yylastch >= yytext+YYLMAX){
EARLY_RECOVERY
}
# endif
Line 138 contains:
yytext[yyleng] = 0;
Add the lines
# ifdef LATE_CATCH
if (yyleng >= YYLMAX){
LATE_RECOVERY
}
# endif