summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index ca3505e490..434be07f85 100644
--- a/parse.y
+++ b/parse.y
@@ -2810,7 +2810,6 @@ retry:
}
else if (c >= '0' && c <= '7' || c == '_') {
/* octal */
- tokadd(c);
do {
if (c == '_') continue;
if (c < '0' || c > '7') break;