mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
12 lines
439 B
C
12 lines
439 B
C
--- 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
|