projects
/
flex
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05cf3a8
)
fix typo in example (from Paolo J. Matos
author
Will Estes
<wlestes@users.sourceforge.net>
Thu, 10 Apr 2008 20:42:33 +0000
(20:42 +0000)
committer
Will Estes
<wlestes@users.sourceforge.net>
Thu, 10 Apr 2008 20:42:33 +0000
(20:42 +0000)
doc/flex.texi
patch
|
blob
|
history
diff --git
a/doc/flex.texi
b/doc/flex.texi
index f9a9e9ec9f0a5d96b201d050fdafc997dbb0a718..a03e35748428d97f01a567f4475cf71d35b54815 100644
(file)
--- 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]