summaryrefslogtreecommitdiff
path: root/devel/acpicatools/files/patch-compiler::aslutils.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/acpicatools/files/patch-compiler::aslutils.c11
1 files changed, 11 insertions, 0 deletions
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