aboutsummaryrefslogtreecommitdiffstats
path: root/ext/syck
diff options
context:
space:
mode:
Diffstat (limited to 'ext/syck')
-rw-r--r--ext/syck/implicit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/syck/implicit.c b/ext/syck/implicit.c
index 126b896f18..7d40747756 100644
--- a/ext/syck/implicit.c
+++ b/ext/syck/implicit.c
@@ -15,7 +15,7 @@
#define YYCURSOR cursor
#define YYMARKER marker
#define YYLIMIT limit
-#define YYFILL(n)
+#define YYFILL(n) (void)0
void
try_tag_implicit( SyckNode *n, int taguri )