diff -u -r acpica-unix-20050309/compiler/Makefile fixed/compiler/Makefile --- acpica-unix-20050309/compiler/Makefile 2005-03-09 12:34:09.000000000 -0700 +++ fixed/compiler/Makefile 2005-03-30 14:29:04.000000000 -0700 @@ -82,7 +82,7 @@ YACC= bison YFLAGS+= -v -d LEX= flex -LFLAGS+= -i +LFLAGS+= -i --array #.if $(YACC) == "bison" YFLAGS+= -y -pAslCompiler diff -u -r acpica-unix-20050309/compiler/aslglobal.h fixed/compiler/aslglobal.h --- acpica-unix-20050309/compiler/aslglobal.h 2005-03-09 12:34:08.000000000 -0700 +++ fixed/compiler/aslglobal.h 2005-03-30 14:26:26.000000000 -0700 @@ -141,7 +141,7 @@ extern FILE *AslCompilerin; extern int AslCompilerdebug; extern const ASL_MAPPING_ENTRY AslKeywordMapping[]; -extern char *AslCompilertext; +extern char AslCompilertext[]; extern char hex[]; #define ASL_LINE_BUFFER_SIZE 512