diff options
author | jkim <jkim@FreeBSD.org> | 2010-09-15 20:49:34 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2010-09-15 20:49:34 +0000 |
commit | 222f62b9508c30168451c22ba677efe564ec2bb6 (patch) | |
tree | 41eb78500422196a69e6d775b795f5ee483d4a9e /compiler/aslcompile.c | |
parent | 7246513d8afc4166ea14544296293fcb8df78649 (diff) | |
download | FreeBSD-src-222f62b9508c30168451c22ba677efe564ec2bb6.zip FreeBSD-src-222f62b9508c30168451c22ba677efe564ec2bb6.tar.gz |
Import ACPICA 20100915.
Diffstat (limited to 'compiler/aslcompile.c')
-rw-r--r-- | compiler/aslcompile.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler/aslcompile.c b/compiler/aslcompile.c index 5b664ff..f199c5b 100644 --- a/compiler/aslcompile.c +++ b/compiler/aslcompile.c @@ -127,12 +127,12 @@ static void CmFlushSourceCode ( void); -void +static void FlConsumeAnsiComment ( ASL_FILE_INFO *FileInfo, ASL_FILE_STATUS *Status); -void +static void FlConsumeNewComment ( ASL_FILE_INFO *FileInfo, ASL_FILE_STATUS *Status); @@ -345,7 +345,7 @@ CmFlushSourceCode ( * ******************************************************************************/ -void +static void FlConsumeAnsiComment ( ASL_FILE_INFO *FileInfo, ASL_FILE_STATUS *Status) @@ -389,7 +389,7 @@ FlConsumeAnsiComment ( } -void +static void FlConsumeNewComment ( ASL_FILE_INFO *FileInfo, ASL_FILE_STATUS *Status) |