summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWill Estes <wlestes@users.sourceforge.net>2012-04-27 20:26:07 +0000
committerWill Estes <wlestes@users.sourceforge.net>2012-04-27 20:26:07 +0000
commitce9df364d3db01b7f606201612063c6ba149e8dc (patch)
treea19a5157070e1a34a503c86478a8601053d89d8a /doc
parent59d39f1f11566105fac3dc0ab5fef005a4ea23e3 (diff)
add a 7 to the c99 octal pattern; resolves #3518269
Diffstat (limited to 'doc')
-rw-r--r--doc/flex.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/flex.texi b/doc/flex.texi
index 5f169b3..9513625 100644
--- a/doc/flex.texi
+++ b/doc/flex.texi
@@ -8431,7 +8431,7 @@ in your scanner.
@code{0[xX][[:xdigit:]]+}
@item C99 octal constant
-@code{0[0123456]*}
+@code{0[01234567]*}
@item C99 floating point constant
@verbatim