summaryrefslogtreecommitdiff
path: root/devel/acpicatools/files/patch-compiler::aslutils.c
blob: 18819d19b192e56bc56f3d13b799b1f29b7905bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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