aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parse.y b/parse.y
index a5673603d4..8e72318cf3 100644
--- a/parse.y
+++ b/parse.y
@@ -237,7 +237,7 @@ static int parser_yyerror(struct parser_params*, const char*);
static int yylex(void*, void*);
#ifndef RIPPER
-#define yyparse parser_yyparse
+#define yyparse ruby_yyparse
#define yydebug ruby_yydebug
static NODE *cond_gen(struct parser_params*,NODE*);