summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlestes <wlestes>2008-04-10 20:42:33 +0000
committerwlestes <wlestes>2008-04-10 20:42:33 +0000
commit31d3e6be3cc85ecc698b354826a3559a6e346e9d (patch)
treeb8b1f75b963d9f4f584538ddd1ca6951d59725f1
parentb0dd0044e46afe3fe6759eb44fe09d4e2c21395c (diff)
downloadflex-31d3e6be3cc85ecc698b354826a3559a6e346e9d.tar.gz
fix typo in example (from Paolo J. Matos
-rw-r--r--doc/flex.texi2
1 files changed, 1 insertions, 1 deletions
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 <math.h>
%}
DIGIT [0-9]