From bda50ee04ed512fad97946ef436ec0b4e873ae19 Mon Sep 17 00:00:00 2001 From: Mitsuru IWASAKI Date: Thu, 22 Aug 2002 09:16:20 +0000 Subject: Update for acpica-unix-20020725. Also fixed yacc version of iasl. --- devel/acpicatools/files/patch-compiler::aslutils.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/acpicatools/files/patch-compiler::aslutils.c (limited to 'devel/acpicatools/files/patch-compiler::aslutils.c') diff --git a/devel/acpicatools/files/patch-compiler::aslutils.c b/devel/acpicatools/files/patch-compiler::aslutils.c new file mode 100644 index 000000000000..18819d19b192 --- /dev/null +++ b/devel/acpicatools/files/patch-compiler::aslutils.c @@ -0,0 +1,11 @@ +--- compiler/aslutils.c.orig Fri Aug 16 09:25:16 2002 ++++ compiler/aslutils.c Thu Aug 22 17:41:16 2002 +@@ -126,7 +126,7 @@ + + #ifdef _USE_BERKELEY_YACC + extern const char * const AslCompilername[]; +-static const char * const *yytname = &AslCompilername[255]; ++static const char * const *yytname = &AslCompilername[254]; + #else + extern const char * const yytname[]; + #endif -- cgit v1.2.3