This commit was generated by cvs2svn to compensate for changes in r126380,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Nate Lawson 2004-02-28 20:42:10 +00:00
commit fd73230997
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126381

View File

@ -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