aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Source/CParse/parser.y5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/CParse/parser.y b/Source/CParse/parser.y
index cd032eb00..3b9762b96 100644
--- a/Source/CParse/parser.y
+++ b/Source/CParse/parser.y
@@ -13,7 +13,12 @@
* some point. Beware.
* ----------------------------------------------------------------------------- */
+/*
+Removed until we know more about the min versions of Bison and Yacc required for this
+to work, see Byacc man page: http://invisible-island.net/byacc/manpage/yacc.html
%expect 6
+*/
+
%{
#define yylex yylex