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/executer | |
| parent | d4e301bc21b6911ed7f5d6a86659c4882fa7ab55 (diff) | |
Notes
Diffstat (limited to 'source/components/executer')
24 files changed, 0 insertions, 48 deletions
diff --git a/source/components/executer/exconfig.c b/source/components/executer/exconfig.c index b5adb96700e1..19230a2bc994 100644 --- a/source/components/executer/exconfig.c +++ b/source/components/executer/exconfig.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __EXCONFIG_C__ - #include "acpi.h" #include "accommon.h" #include "acinterp.h" diff --git a/source/components/executer/exconvrt.c b/source/components/executer/exconvrt.c index 9803cb6a0528..355d726286a7 100644 --- a/source/components/executer/exconvrt.c +++ b/source/components/executer/exconvrt.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __EXCONVRT_C__ - #include "acpi.h" #include "accommon.h" #include "acinterp.h" diff --git a/source/components/executer/excreate.c b/source/components/executer/excreate.c index 43168ba46c72..cb8d50de9dd5 100644 --- a/source/components/executer/excreate.c +++ b/source/components/executer/excreate.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __EXCREATE_C__ - #include "acpi.h" #include "accommon.h" #include "acinterp.h" diff --git a/source/components/executer/exdebug.c b/source/components/executer/exdebug.c index 5b13d19dca4f..c3ee4b1e523c 100644 --- a/source/components/executer/exdebug.c +++ b/source/components/executer/exdebug.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __EXDEBUG_C__ - #include "acpi.h" #include "accommon.h" #include "acinterp.h" diff --git a/source/components/executer/exdump.c b/source/components/executer/exdump.c index 6e7de67bf880..48591531c418 100644 --- a/source/components/executer/exdump.c +++ b/source/components/executer/exdump.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __EXDUMP_C__ - #include "acpi.h" #include "accommon.h" #include "acinterp.h" diff --git a/source/components/executer/exfield.c b/source/components/executer/exfield.c index 65520b651ca4..64cfc71d618f 100644 --- a/source/components/executer/exfield.c +++ b/source/components/executer/exfield.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __EXFIELD_C__ - #include "acpi.h" #include "accommon.h" #include "acdispat.h" diff --git a/source/components/executer/exfldio.c b/source/components/executer/exfldio.c index e35559fffa5e..2387e17cf5b6 100644 --- a/source/components/executer/exfldio.c +++ b/source/components/executer/exfldio.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __EXFLDIO_C__ - #include "acpi.h" #include "accommon.h" #include "acinterp.h" diff --git a/source/components/executer/exmisc.c b/source/components/executer/exmisc.c index bca0594e53da..bdca576176bf 100644 --- a/source/components/executer/exmisc.c +++ b/source/components/executer/exmisc.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __EXMISC_C__ - #include "acpi.h" #include "accommon.h" #include "acinterp.h" diff --git a/source/components/executer/exmutex.c b/source/components/executer/exmutex.c index c3eb25f36013..b0bca555b790 100644 --- a/source/components/executer/exmutex.c +++ b/source/components/executer/exmutex.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __EXMUTEX_C__ - #include "acpi.h" #include "accommon.h" #include "acinterp.h" diff --git a/source/components/executer/exnames.c b/source/components/executer/exnames.c index 70c0a6d94f43..0b6db43893d7 100644 --- a/source/components/executer/exnames.c +++ b/source/components/executer/exnames.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __EXNAMES_C__ - #include "acpi.h" #include "accommon.h" #include "acinterp.h" diff --git a/source/components/executer/exoparg1.c b/source/components/executer/exoparg1.c index 3c38740e6924..3b6e94c0766c 100644 --- a/source/components/executer/exoparg1.c +++ b/source/components/executer/exoparg1.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __EXOPARG1_C__ - #include "acpi.h" #include "accommon.h" #include "acparser.h" diff --git a/source/components/executer/exoparg2.c b/source/components/executer/exoparg2.c index f3e976ce536f..eea4d8ec55d6 100644 --- a/source/components/executer/exoparg2.c +++ b/source/components/executer/exoparg2.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __EXOPARG2_C__ - #include "acpi.h" #include "accommon.h" #include "acparser.h" diff --git a/source/components/executer/exoparg3.c b/source/components/executer/exoparg3.c index 0168d721f5d3..5a6045ea0f19 100644 --- a/source/components/executer/exoparg3.c +++ b/source/components/executer/exoparg3.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __EXOPARG3_C__ - #include "acpi.h" #include "accommon.h" #include "acinterp.h" diff --git a/source/components/executer/exoparg6.c b/source/components/executer/exoparg6.c index 148db36fb7f7..f560e73ae3cc 100644 --- a/source/components/executer/exoparg6.c +++ b/source/components/executer/exoparg6.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __EXOPARG6_C__ - #include "acpi.h" #include "accommon.h" #include "acinterp.h" diff --git a/source/components/executer/exprep.c b/source/components/executer/exprep.c index 89dcd041cf9c..a157208f7570 100644 --- a/source/components/executer/exprep.c +++ b/source/components/executer/exprep.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __EXPREP_C__ - #include "acpi.h" #include "accommon.h" #include "acinterp.h" diff --git a/source/components/executer/exregion.c b/source/components/executer/exregion.c index 7532630a232a..fe9df6ed8c68 100644 --- a/source/components/executer/exregion.c +++ b/source/components/executer/exregion.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __EXREGION_C__ - #include "acpi.h" #include "accommon.h" #include "acinterp.h" diff --git a/source/components/executer/exresnte.c b/source/components/executer/exresnte.c index 82f5dc3f8a21..0589dd65198c 100644 --- a/source/components/executer/exresnte.c +++ b/source/components/executer/exresnte.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __EXRESNTE_C__ - #include "acpi.h" #include "accommon.h" #include "acdispat.h" diff --git a/source/components/executer/exresolv.c b/source/components/executer/exresolv.c index 0ce9da81d288..287b6f68c1fa 100644 --- a/source/components/executer/exresolv.c +++ b/source/components/executer/exresolv.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __EXRESOLV_C__ - #include "acpi.h" #include "accommon.h" #include "amlcode.h" diff --git a/source/components/executer/exresop.c b/source/components/executer/exresop.c index 01057c08b398..801292163fe0 100644 --- a/source/components/executer/exresop.c +++ b/source/components/executer/exresop.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __EXRESOP_C__ - #include "acpi.h" #include "accommon.h" #include "amlcode.h" diff --git a/source/components/executer/exstore.c b/source/components/executer/exstore.c index 27b49d1126ac..4c6554927b0c 100644 --- a/source/components/executer/exstore.c +++ b/source/components/executer/exstore.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __EXSTORE_C__ - #include "acpi.h" #include "accommon.h" #include "acdispat.h" diff --git a/source/components/executer/exstoren.c b/source/components/executer/exstoren.c index df8f5fded2b9..bc7a3c9c79b9 100644 --- a/source/components/executer/exstoren.c +++ b/source/components/executer/exstoren.c @@ -42,8 +42,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __EXSTOREN_C__ - #include "acpi.h" #include "accommon.h" #include "acinterp.h" diff --git a/source/components/executer/exstorob.c b/source/components/executer/exstorob.c index 30304e37e9fb..036d0c096418 100644 --- a/source/components/executer/exstorob.c +++ b/source/components/executer/exstorob.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __EXSTOROB_C__ - #include "acpi.h" #include "accommon.h" #include "acinterp.h" diff --git a/source/components/executer/exsystem.c b/source/components/executer/exsystem.c index 09a470ecedb8..5e7ec092a74f 100644 --- a/source/components/executer/exsystem.c +++ b/source/components/executer/exsystem.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __EXSYSTEM_C__ - #include "acpi.h" #include "accommon.h" #include "acinterp.h" diff --git a/source/components/executer/exutils.c b/source/components/executer/exutils.c index dcc889d221b8..0c00884ae931 100644 --- a/source/components/executer/exutils.c +++ b/source/components/executer/exutils.c @@ -41,8 +41,6 @@ * POSSIBILITY OF SUCH DAMAGES. */ -#define __EXUTILS_C__ - /* * DEFINE_AML_GLOBALS is tested in amlcode.h * to determine whether certain global names should be "defined" or only |
