diff options
Diffstat (limited to 'grap/grapl.l')
| -rw-r--r-- | grap/grapl.l | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/grap/grapl.l b/grap/grapl.l index 763537270e89..b6d1891e5dab 100644 --- a/grap/grapl.l +++ b/grap/grapl.l @@ -12,6 +12,7 @@ /* Sccsid @(#)grapl.l 1.4 (gritter) 11/22/05 */ %} +%option nounput %Start A str def thru sh %{ @@ -237,10 +238,3 @@ WS [ \t] <str>. { CADD; } %% - -#ifdef FLEX_SCANNER -void xxcruft(void) -{ - unput(0); -} -#endif /* FLEX_SCANNER */ |
