mirror of
https://github.com/acpica/acpica/
synced 2025-01-29 20:55:19 +03:00
2.0B grammar change
date 2002.10.16.21.44.00; author rmoore1; state Exp;
This commit is contained in:
parent
b41b2a0477
commit
2cf6e06ace
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user