diff --git a/configure b/configure index d5816b615f..56de3093a6 100644 --- a/configure +++ b/configure @@ -4309,7 +4309,6 @@ ri_suffix= test "$program_suffix" != NONE && ri_suffix=$program_suffix -LIBSUFFIX=$ri_suffix RUBY_INSTALL_NAME="${ri_prefix}ruby${ri_suffix}" RUBY_LIB_PATH="${prefix}/lib/${RUBY_INSTALL_NAME}/${MAJOR}.${MINOR}" cat >> confdefs.h <= '0' && c <= '7' || c == '_') { /* octal */ - tokadd(c); do { if (c == '_') continue; if (c < '0' || c > '7') break; 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;