summaryrefslogtreecommitdiff
path: root/gen.c
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1993-12-11 10:56:16 +0000
committerVern Paxson <vern@ee.lbl.gov>1993-12-11 10:56:16 +0000
commitdd1c92afa2e6fc13fbb6d9b4f9172f607d44c0d7 (patch)
tree2b396ccfb2aa1b1b20d4b6fc74191398b11a5133 /gen.c
parentd8757336a081e8a86acf6ba59e56c7623f28f508 (diff)
is_interactive -> yy_is_interactive
Diffstat (limited to 'gen.c')
-rw-r--r--gen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen.c b/gen.c
index 71f6601..af696ee 100644
--- a/gen.c
+++ b/gen.c
@@ -1257,7 +1257,7 @@ void make_tables()
else
{
printf(
- "\tif ( yy_current_buffer->is_interactive ) \\\n" );
+ "\tif ( yy_current_buffer->yy_is_interactive ) \\\n" );
printf( "\t\t{ \\\n" );
printf( "\t\tint c = getc( yyin ); \\\n" );
printf( "\t\tresult = c == EOF ? 0 : 1; \\\n" );