aboutsummaryrefslogtreecommitdiff
path: root/Source/CParse
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2013-01-21 20:04:06 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2013-01-21 20:04:06 +0000
commitd357bec829d08ee96afe8ca8bf6d8631f6b983c9 (patch)
tree23c760dd831575959552b22c3fa9f7cf7b38126e /Source/CParse
parent4b869de2e87e78a04079d5bf6d0db7087501cc5a (diff)
downloadswig-d357bec829d08ee96afe8ca8bf6d8631f6b983c9.tar.gz
Remove recently added %expect in parser in case of backward compatibility problems
Diffstat (limited to 'Source/CParse')
-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