summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-02-28 20:42:10 +0000
committernjl <njl@FreeBSD.org>2004-02-28 20:42:10 +0000
commitfc5866cfac23e43263dc4473ee628cd79aad7898 (patch)
tree59105a251c506d7f86a6235baf11b7e162428a26 /sys/contrib/dev/acpica
parent98b46bfcfdead3022473ca4adce7e1f008bc8bec (diff)
parentc28477961877d180eeb925f436c99af4747204c2 (diff)
downloadFreeBSD-src-fc5866cfac23e43263dc4473ee628cd79aad7898.zip
FreeBSD-src-fc5866cfac23e43263dc4473ee628cd79aad7898.tar.gz
This commit was generated by cvs2svn to compensate for changes in r126380,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'sys/contrib/dev/acpica')
-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 2bbc270..a33a904 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