diff options
author | Robert Moore <Robert.Moore@intel.com> | 2010-05-21 14:19:32 -0700 |
---|---|---|
committer | Robert Moore <Robert.Moore@intel.com> | 2010-05-21 14:19:32 -0700 |
commit | d6027aa4c5994400c26b309ebaa24e4b96b5d62e (patch) | |
tree | be884328a38c9491d99aeebcdc438b3e5cffce91 /source/compiler/aslfiles.c | |
parent | 48ed9d4f7a4b4bd793730fb80d09dcc35bd0e511 (diff) | |
download | acpica-d6027aa4c5994400c26b309ebaa24e4b96b5d62e.tar.gz |
iASL: Support for Data Table Compiler.
Modifications to existing compiler that are
required for the data table compiler.
Diffstat (limited to 'source/compiler/aslfiles.c')
-rw-r--r-- | source/compiler/aslfiles.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/source/compiler/aslfiles.c b/source/compiler/aslfiles.c index 8f498a1b9..c9f87f7f1 100644 --- a/source/compiler/aslfiles.c +++ b/source/compiler/aslfiles.c @@ -122,12 +122,6 @@ /* Local prototypes */ -static void -FlOpenFile ( - UINT32 FileId, - char *Filename, - char *Mode); - FILE * FlOpenIncludeWithPrefix ( char *PrefixDir, @@ -212,7 +206,7 @@ FlFileError ( * ******************************************************************************/ -static void +void FlOpenFile ( UINT32 FileId, char *Filename, |