diff options
Diffstat (limited to 'cpp/src/Slice/Scanner.cpp')
-rw-r--r-- | cpp/src/Slice/Scanner.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Slice/Scanner.cpp b/cpp/src/Slice/Scanner.cpp index fc2fc290dac..b90e7bed501 100644 --- a/cpp/src/Slice/Scanner.cpp +++ b/cpp/src/Slice/Scanner.cpp @@ -1207,6 +1207,7 @@ YY_RULE_SETUP case '3': case '4': case '5': + case '6': case '7': { static string octalDigits = "01234567"; |