summaryrefslogtreecommitdiff
path: root/tests/multiple_scanners_nr_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/multiple_scanners_nr_main.c')
-rw-r--r--tests/multiple_scanners_nr_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/multiple_scanners_nr_main.c b/tests/multiple_scanners_nr_main.c
index 497bd9f..6bb5a89 100644
--- a/tests/multiple_scanners_nr_main.c
+++ b/tests/multiple_scanners_nr_main.c
@@ -31,7 +31,7 @@ main ( int argc, char** argv )
(void)argv;
int S1_ok=1, S2_ok=1;
- YY_BUFFER_STATE buff1, buff2;
+ yybuffer buff1, buff2;
S1_out = S2_out = stdout;
buff1 = S1__scan_string("foo on bar off");
buff2 = S2__scan_string("on blah blah off foo on bar off");