diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2012-08-16 17:26:22 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2012-08-16 17:26:22 +0000 |
commit | fc8e34d9a95f87b780f9ee3d400dd995aba2ce27 (patch) | |
tree | a28a9676fa0b9e969cfd83d7a508660c754c8b3e /source/common/adisasm.c | |
parent | 8724452f676e45bfd39cfb47234f7def5551f067 (diff) |
Notes
Diffstat (limited to 'source/common/adisasm.c')
-rw-r--r-- | source/common/adisasm.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/source/common/adisasm.c b/source/common/adisasm.c index cc583767e643..fab36179a81d 100644 --- a/source/common/adisasm.c +++ b/source/common/adisasm.c @@ -60,9 +60,13 @@ #define _COMPONENT ACPI_TOOLS ACPI_MODULE_NAME ("adisasm") - +/* + * Older versions of Bison won't emit this external in the generated header. + * Newer versions do emit the external, so we don't need to do it. + */ +#ifndef ASLCOMPILER_ASLCOMPILERPARSE_H extern int AslCompilerdebug; - +#endif ACPI_STATUS LsDisplayNamespace ( |