From dd1c92afa2e6fc13fbb6d9b4f9172f607d44c0d7 Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Sat, 11 Dec 1993 10:56:16 +0000 Subject: [PATCH] is_interactive -> yy_is_interactive --- gen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ); -- 2.50.1