diff options
author | jkim <jkim@FreeBSD.org> | 2015-07-22 16:25:07 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2015-07-22 16:25:07 +0000 |
commit | 4bfe3da642c653a78efef89645fe9bb847d35896 (patch) | |
tree | 5b756078604a59f51f9473d644c0950a7b7ecf1c /sys/contrib/dev/acpica/compiler/aslcompile.c | |
parent | 407398e138c0ad688453c93ae2c41975639eb30d (diff) | |
parent | 1a6d0f49f89959aa1f21e982e7a9eb8b109ac413 (diff) | |
download | FreeBSD-src-4bfe3da642c653a78efef89645fe9bb847d35896.zip FreeBSD-src-4bfe3da642c653a78efef89645fe9bb847d35896.tar.gz |
Merge ACPICA 20150717.
Diffstat (limited to 'sys/contrib/dev/acpica/compiler/aslcompile.c')
-rw-r--r-- | sys/contrib/dev/acpica/compiler/aslcompile.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/contrib/dev/acpica/compiler/aslcompile.c b/sys/contrib/dev/acpica/compiler/aslcompile.c index 9aaac3b..cda1583 100644 --- a/sys/contrib/dev/acpica/compiler/aslcompile.c +++ b/sys/contrib/dev/acpica/compiler/aslcompile.c @@ -100,6 +100,10 @@ CmDoCompile ( Event = UtBeginEvent ("Preprocess input file"); if (Gbl_PreprocessFlag) { + /* Enter compiler name as a #define */ + + PrAddDefine (ASL_DEFINE, "", FALSE); + /* Preprocessor */ PrDoPreprocess (); |