From 0a75581a37b360542d05fc6560c8a9567b642955 Mon Sep 17 00:00:00 2001 From: why Date: Mon, 28 Jul 2003 19:27:42 +0000 Subject: * ext/syck/syck.h: Added 'syck' yacc prefixes. * ext/syck/gram.c: ditto. * ext/syck/token.c: ditto. * ext/syck: Added ruby.h reference to source files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/syck/implicit.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ext/syck/implicit.c') diff --git a/ext/syck/implicit.c b/ext/syck/implicit.c index c7716ba43b..4ab61c5539 100644 --- a/ext/syck/implicit.c +++ b/ext/syck/implicit.c @@ -1,4 +1,4 @@ -/* Generated by re2c 0.5 on Mon Jun 9 18:21:19 2003 */ +/* Generated by re2c 0.5 on Mon Jul 28 11:21:48 2003 */ #line 1 "implicit.re" /* * implicit.re @@ -10,6 +10,7 @@ */ #include "syck.h" +#include "ruby.h" #define YYCTYPE char #define YYCURSOR cursor @@ -20,7 +21,7 @@ void try_tag_implicit( SyckNode *n, int taguri ) { - char *tid; + char *tid = ""; switch ( n->kind ) { case syck_str_kind: -- cgit v1.2.3