aboutsummaryrefslogtreecommitdiffstats
path: root/ext/syck/implicit.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/syck/implicit.c')
-rw-r--r--ext/syck/implicit.c5
1 files changed, 3 insertions, 2 deletions
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: