summaryrefslogtreecommitdiff
path: root/compiler/aslmain.c
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2010-01-21 20:56:18 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2010-01-21 20:56:18 +0000
commitf154176708d42f8a4778e3cf4b55e45b4a2be545 (patch)
tree4b6b1812ecf638d285ab3b645feee1416d0f343b /compiler/aslmain.c
parentdeca274c44eb2d731761ba35813f64bdbdc734df (diff)
Notes
Diffstat (limited to 'compiler/aslmain.c')
-rw-r--r--compiler/aslmain.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/compiler/aslmain.c b/compiler/aslmain.c
index aa29ab82f85b..45d7252c0a2f 100644
--- a/compiler/aslmain.c
+++ b/compiler/aslmain.c
@@ -9,7 +9,7 @@
*
* 1. Copyright Notice
*
- * Some or all of this work - Copyright (c) 1999 - 2009, Intel Corp.
+ * Some or all of this work - Copyright (c) 1999 - 2010, Intel Corp.
* All rights reserved.
*
* 2. License
@@ -165,9 +165,6 @@ static int
AslDoResponseFile (
char *Filename);
-extern int AcpiGbl_Opterr;
-extern int AcpiGbl_Optind;
-
#define ASL_TOKEN_SEPARATORS " \t\n"
#define ASL_SUPPORTED_OPTIONS "@:2b:cd^e:fgh^i^I:l^o:p:r:s:t:v:w:x:"