]> granicus.if.org Git - flex/commitdiff
doc: Correct typo in C code sample in manual
authorviktor.shepel <shepelvictor@bigmir.net>
Thu, 4 May 2017 11:55:27 +0000 (14:55 +0300)
committerWill Estes <westes575@gmail.com>
Sat, 6 May 2017 14:56:29 +0000 (10:56 -0400)
doc/flex.texi

index 65ae41951a1bd4b13a1ac8d92de4d3bb4b18a383..bccab1ea429dd2c7a1ec8ccdb7252977cb736cc6 100644 (file)
@@ -2182,7 +2182,7 @@ manages its own input buffer stack manually (instead of letting flex do it).
             }
 
     <<EOF>> {
-            if ( --include_stack_ptr  0 )
+            if ( --include_stack_ptr == 0 )
                 {
                 yyterminate();
                 }