diff options
author | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2002-08-22 09:16:20 +0000 |
---|---|---|
committer | Mitsuru IWASAKI <iwasaki@FreeBSD.org> | 2002-08-22 09:16:20 +0000 |
commit | bda50ee04ed512fad97946ef436ec0b4e873ae19 (patch) | |
tree | 13072db535582d0b5a3a53ee006c1e8726e68825 /devel/acpicatools/files/patch-compiler::aslutils.c | |
parent | Update to version 0.5.4 (diff) |
Update for acpica-unix-20020725.
Also fixed yacc version of iasl.
Notes
Notes:
svn path=/head/; revision=64816
Diffstat (limited to '')
-rw-r--r-- | devel/acpicatools/files/patch-compiler::aslutils.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/acpicatools/files/patch-compiler::aslutils.c b/devel/acpicatools/files/patch-compiler::aslutils.c new file mode 100644 index 000000000000..18819d19b192 --- /dev/null +++ b/devel/acpicatools/files/patch-compiler::aslutils.c @@ -0,0 +1,11 @@ +--- compiler/aslutils.c.orig Fri Aug 16 09:25:16 2002 ++++ compiler/aslutils.c Thu Aug 22 17:41:16 2002 +@@ -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 |