From d357bec829d08ee96afe8ca8bf6d8631f6b983c9 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 21 Jan 2013 20:04:06 +0000 Subject: [PATCH] Remove recently added %expect in parser in case of backward compatibility problems --- Source/CParse/parser.y | 5 +++++ 1 file changed, 5 insertions(+) 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