summaryrefslogtreecommitdiff
path: root/devel/acpicatools/files/patch-compiler::aslutils.c
blob: e2f0696256d9e1b385c72f4d76af0d0ad1b51a80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- acpica-unix-20030523/compiler/aslutils.c.orig	Thu Jun 12 15:48:25 2003
+++ acpica-unix-20030523/compiler/aslutils.c	Thu Jun 12 15:48:34 2003
@@ -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