********>Bugfix 28: Author: David Case, from M.L. Dodson Date: 11/06/02 Programs: LEaP Severity: won't compile with most recent releases of bison Description: the new bison parser is more picky than before Fix: apply the following patch to amber7/src/leap/src/leap/parser.y ------------------------------------------------------------------------------ *** parser.y 1999/08/26 00:10:33 7.8 --- parser.y 2002/11/06 16:05:05 *************** *** 220,225 **** --- 220,226 ---- { return; } + ; line : LENDOFCOMMAND | instruct ------------------------------------------------------------------------------ Temporary workarounds: none