summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorvern <vern>1995-03-05 21:35:02 +0000
committervern <vern>1995-03-05 21:35:02 +0000
commit749fb492401c381ddb0a818f14f1333d109c1765 (patch)
treebdf722144b46dd89b03d8a9dd3fac653091c3d15 /main.c
parent405a666182f578897fb57f41196d6ca4fd1506a7 (diff)
downloadflex-749fb492401c381ddb0a818f14f1333d109c1765.tar.gz
prefix support for yy_flush_buffer
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index 0dd3ff0..24a9b5f 100644
--- a/main.c
+++ b/main.c
@@ -32,7 +32,7 @@ char copyright[] =
All rights reserved.\n";
#endif /* not lint */
-/* $Header: /cvsroot/flex/flex/main.c,v 2.57 1995/03/05 20:37:53 vern Exp $ */
+/* $Header: /cvsroot/flex/flex/main.c,v 2.58 1995/03/05 21:35:02 vern Exp $ */
#include "flexdef.h"
@@ -298,6 +298,7 @@ void check_options()
GEN_PREFIX( "_scan_bytes" );
GEN_PREFIX( "_flex_debug" );
GEN_PREFIX( "_init_buffer" );
+ GEN_PREFIX( "_flush_buffer" );
GEN_PREFIX( "_load_buffer_state" );
GEN_PREFIX( "_switch_to_buffer" );
GEN_PREFIX( "in" );