summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2003-12-09 03:11:40 +0000
committernjl <njl@FreeBSD.org>2003-12-09 03:11:40 +0000
commitf6076daf10720f6a8e51afcbb85e6c6d2d66c7b6 (patch)
treed77079aaf74aef43bea398c366fd2b960ba3e7b7
parente23effa33eecc52c3898348cb9ade8bc807dc05d (diff)
parent55f060d610578984cb21903df0497679484af820 (diff)
downloadFreeBSD-src-f6076daf10720f6a8e51afcbb85e6c6d2d66c7b6.zip
FreeBSD-src-f6076daf10720f6a8e51afcbb85e6c6d2d66c7b6.tar.gz
This commit was generated by cvs2svn to compensate for changes in r123331,
which included commits to RCS files with non-trunk default branches.
-rw-r--r--sys/contrib/dev/acpica/compiler/aslutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/compiler/aslutils.c b/sys/contrib/dev/acpica/compiler/aslutils.c
index 0583d1b..18d0ec8 100644
--- a/sys/contrib/dev/acpica/compiler/aslutils.c
+++ b/sys/contrib/dev/acpica/compiler/aslutils.c
@@ -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
OpenPOWER on IntegriCloud