summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Slice/Parser.h')
-rw-r--r--cpp/include/Slice/Parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Slice/Parser.h b/cpp/include/Slice/Parser.h
index 6bfd1207c48..35b5c9468c5 100644
--- a/cpp/include/Slice/Parser.h
+++ b/cpp/include/Slice/Parser.h
@@ -100,7 +100,7 @@ int yyparse();
// Newer bison versions allow to disable stack resizing by defining
// yyoverflow.
//
-#define yyoverflow
+#define yyoverflow(a, b, c, d, e, f) yyerror(a)
namespace Slice
{