]> granicus.if.org Git - flex/commitdiff
fix typo in example (from Paolo J. Matos
authorWill Estes <wlestes@users.sourceforge.net>
Thu, 10 Apr 2008 20:42:33 +0000 (20:42 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Thu, 10 Apr 2008 20:42:33 +0000 (20:42 +0000)
doc/flex.texi

index f9a9e9ec9f0a5d96b201d050fdafc997dbb0a718..a03e35748428d97f01a567f4475cf71d35b54815 100644 (file)
@@ -382,7 +382,7 @@ A somewhat more complicated example:
 
     %{
     /* need this for the call to atof() below */
-    #include math.h>
+    #include <math.h>
     %}
 
     DIGIT    [0-9]