mirror of
https://github.com/acpica/acpica/
synced 2025-01-24 18:32:04 +03:00
Support for Terms (executable code) at module level
date 2005.05.25.22.17.00; author rmoore1; state Exp;
This commit is contained in:
parent
69a95f3df5
commit
7418ea96d9
@ -3,7 +3,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: aslcompiler.y - Bison input file (ASL grammar and actions)
|
||||
* $Revision: 1.91 $
|
||||
* $Revision: 1.92 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -795,7 +795,7 @@ DefinitionBlockTerm
|
||||
String ','
|
||||
DWordConst
|
||||
')' {TrSetEndLineNumber ($<n>3);}
|
||||
'{' ObjectList '}' {$$ = TrLinkChildren ($<n>3,7,$4,$6,$8,$10,$12,$14,$18);}
|
||||
'{' TermList '}' {$$ = TrLinkChildren ($<n>3,7,$4,$6,$8,$10,$12,$14,$18);}
|
||||
;
|
||||
|
||||
/* ACPI 3.0 -- allow semicolons between terms */
|
||||
|
Loading…
Reference in New Issue
Block a user