From 00ed9869ed5ac8e1f504590c7650a776f54b035c Mon Sep 17 00:00:00 2001 From: Stefano Sanfilippo Date: Sun, 23 Nov 2014 22:46:50 +0100 Subject: [PATCH] Verbose error messages. --- Monicelli.y | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Monicelli.y b/Monicelli.y index 98c47cd..d626a17 100644 --- a/Monicelli.y +++ b/Monicelli.y @@ -2,6 +2,8 @@ #include "Type.h" #include +#define YYERROR_VERBOSE + extern void emit(const char *, ...); %}