diff --git a/source/compiler/aslanalyze.c b/source/compiler/aslanalyze.c index dbdf66c8e..b0069afcf 100644 --- a/source/compiler/aslanalyze.c +++ b/source/compiler/aslanalyze.c @@ -2,7 +2,7 @@ /****************************************************************************** * * Module Name: aslanalyze.c - check for semantic errors - * $Revision: 1.30 $ + * $Revision: 1.31 $ * *****************************************************************************/ @@ -1090,7 +1090,6 @@ AnSemanticAnalysisWalkBegin ( { /* ASL_ANALYSIS_WALK_INFO *WalkInfo = (ASL_ANALYSIS_WALK_INFO *) Context; */ - return AE_OK; } diff --git a/source/compiler/aslcompiler.h b/source/compiler/aslcompiler.h index 3d469013f..9d592b30a 100644 --- a/source/compiler/aslcompiler.h +++ b/source/compiler/aslcompiler.h @@ -2,7 +2,7 @@ /****************************************************************************** * * Module Name: aslcompiler.h - common include file - * $Revision: 1.60 $ + * $Revision: 1.61 $ * *****************************************************************************/ @@ -164,8 +164,8 @@ getopt ( * Compiler versions and names */ -#define CompilerVersion "X2017" -#define CompilerCreatorRevision 0x02002017 /* Acpi 2.0, Version # */ +#define CompilerVersion "X2018" +#define CompilerCreatorRevision 0x02002018 /* Acpi 2.0, Version # */ #define CompilerId "Intel ACPI Component Architecture ASL Compiler" #define CompilerCopyright "Copyright (C) 2000, 2001 Intel Corporation"