From: Will Estes Date: Thu, 10 Apr 2008 20:42:33 +0000 (+0000) Subject: fix typo in example (from Paolo J. Matos X-Git-Tag: flex-2-5-36~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b275bd574aba78ef0693c35abe63caad08775c4c;p=flex fix typo in example (from Paolo J. Matos --- diff --git a/doc/flex.texi b/doc/flex.texi index f9a9e9e..a03e357 100644 --- a/doc/flex.texi +++ b/doc/flex.texi @@ -382,7 +382,7 @@ A somewhat more complicated example: %{ /* need this for the call to atof() below */ - #include math.h> + #include %} DIGIT [0-9]