diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-11-10 21:30:04 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-11-10 21:30:04 +0000 |
commit | e8991236d498c9646c20a8acf0236cf3342dad6f (patch) | |
tree | b4bd3052883fca1145eaa389311d46371584f6d9 /source/components/parser | |
parent | d4e301bc21b6911ed7f5d6a86659c4882fa7ab55 (diff) |
Notes
Diffstat (limited to 'source/components/parser')
-rw-r--r-- | source/components/parser/psargs.c | 2 | ||||
-rw-r--r-- | source/components/parser/pstree.c | 2 | ||||
-rw-r--r-- | source/components/parser/psxface.c | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/source/components/parser/psargs.c b/source/components/parser/psargs.c index c1bc15a6818e..17e99fa85492 100644 --- a/source/components/parser/psargs.c +++ b/source/components/parser/psargs.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __PSARGS_C__ - #include "acpi.h" #include "accommon.h" #include "acparser.h" diff --git a/source/components/parser/pstree.c b/source/components/parser/pstree.c index 746d5759f53b..f53a0a0ad567 100644 --- a/source/components/parser/pstree.c +++ b/source/components/parser/pstree.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __PSTREE_C__ - #include "acpi.h" #include "accommon.h" #include "acparser.h" diff --git a/source/components/parser/psxface.c b/source/components/parser/psxface.c index 2068a86a172a..6e0502d858fc 100644 --- a/source/components/parser/psxface.c +++ b/source/components/parser/psxface.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __PSXFACE_C__ - #include "acpi.h" #include "accommon.h" #include "acparser.h" |