summaryrefslogtreecommitdiffstats
path: root/intern.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-11-04 08:39:57 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1999-11-04 08:39:57 +0000
commitfbf1b1ead9323a7f5909f483c137c46f65d3f68c (patch)
tree9976842c343a888dc34f5cc53ecedc5abb358669 /intern.h
parent9868574ae43c0fdc49a9d3fc0431bb0613507bfa (diff)
downloadruby-fbf1b1ead9323a7f5909f483c137c46f65d3f68c.tar.gz
ruby-fbf1b1ead9323a7f5909f483c137c46f65d3f68c.tar.xz
ruby-fbf1b1ead9323a7f5909f483c137c46f65d3f68c.zip
19991104
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'intern.h')
-rw-r--r--intern.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/intern.h b/intern.h
index 40b804011..8c303e945 100644
--- a/intern.h
+++ b/intern.h
@@ -210,6 +210,12 @@ VALUE rb_Array _((VALUE));
/* parse.y */
extern int ruby_sourceline;
extern char *ruby_sourcefile;
+#define yyparse rb_yyparse
+#define yylex rb_yylex
+#define yyerror rb_yyerror
+#define yylval rb_yylval
+#define yychar rb_yychar
+#define yydebug rb_yydebug
int yyparse _((void));
ID rb_id_attrset _((ID));
void rb_parser_append_print _((void));