2.0B grammar change

date	2002.10.16.21.44.00;	author rmoore1;	state Exp;
This commit is contained in:
aystarik 2005-06-29 15:53:14 +00:00
parent b41b2a0477
commit 2cf6e06ace

View File

@ -3,7 +3,7 @@
/******************************************************************************
*
* Module Name: aslcompiler.y - Bison input file (ASL grammar and actions)
* $Revision: 1.66 $
* $Revision: 1.67 $
*
*****************************************************************************/
@ -758,7 +758,7 @@ DefinitionBlockTerm
String ','
DWordConst
')' {TrSetEndLineNumber ($<n>3);}
'{' TermList '}' {$$ = TrLinkChildren ($<n>3,7,$4,$6,$8,$10,$12,$14,$18);}
'{' ObjectList '}' {$$ = TrLinkChildren ($<n>3,7,$4,$6,$8,$10,$12,$14,$18);}
;
TermList