mirror of
https://github.com/acpica/acpica/
synced 2025-02-07 00:54:16 +03:00
Automated code cleanup
date 2002.12.06.16.31.00; author rmoore1; state Exp;
This commit is contained in:
parent
a9def1caa7
commit
1121d073fa
@ -3,7 +3,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Module Name: aslcompiler.l - Flex input file
|
||||
* $Revision: 1.63 $
|
||||
* $Revision: 1.64 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -487,7 +487,7 @@ NamePathTail [.]{NameSeg}
|
||||
AslCompilererror ("Parse error, expecting ASL keyword or name");}
|
||||
|
||||
. { count (1);
|
||||
sprintf (MsgBuffer,
|
||||
sprintf (MsgBuffer,
|
||||
"Invalid character (0x%2.2X), expecting ASL keyword or name",
|
||||
*AslCompilertext);
|
||||
AslCompilererror (MsgBuffer);}
|
||||
|
Loading…
x
Reference in New Issue
Block a user