]> granicus.if.org Git - flex/commitdiff
added yy_flush_buffer
authorVern Paxson <vern@ee.lbl.gov>
Sun, 5 Mar 1995 21:35:10 +0000 (21:35 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Sun, 5 Mar 1995 21:35:10 +0000 (21:35 +0000)
FlexLexer.h

index 8289148ac43fee8e90828d98b7d1be1f4c30a2e0..5b3450051c27f7aa6dd4c22c17d22de24add276c 100644 (file)
@@ -113,6 +113,7 @@ protected:
 
        void yy_load_buffer_state();
        void yy_init_buffer( struct yy_buffer_state* b, istream* s );
+       void yy_flush_buffer( struct yy_buffer_state* b );
 
        int yy_start_stack_ptr;
        int yy_start_stack_depth;