summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlestes <wlestes>2012-04-27 20:26:07 +0000
committerwlestes <wlestes>2012-04-27 20:26:07 +0000
commit3a255c4dd95f5ac911a5cef89b9bcba0037f6366 (patch)
tree7fd84c6d7afca8fe76a424a03f026fe8942cbbb2
parent068196b1cd22a941b8d2bf356dc200d0795c2cf6 (diff)
downloadflex-3a255c4dd95f5ac911a5cef89b9bcba0037f6366.tar.gz
add a 7 to the c99 octal pattern; resolves #3518269
-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