summaryrefslogtreecommitdiffstats
path: root/parser.l
diff options
context:
space:
mode:
Diffstat (limited to 'parser.l')
-rw-r--r--parser.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.l b/parser.l
index 433c0489..5a55115d 100644
--- a/parser.l
+++ b/parser.l
@@ -85,7 +85,7 @@ void yyerrorf(val fmt, ...)
errors++;
}
-void yybadtoken(int tok, const char *context)
+void yybadtoken(int tok, val context)
{
val problem = nil;