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

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Nate Lawson 2003-12-09 03:11:40 +00:00
commit 4d304b42df

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