add a missing RAW_ADDR into gunzip.c.

This commit is contained in:
okuji 1999-09-17 19:15:37 +00:00
parent 84bf7c7d5d
commit c58d9a073e
3 changed files with 11 additions and 3 deletions

View file

@ -1,3 +1,11 @@
1999-09-18 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* stage2/gunzip.c (reset_linalloc): Use the macro RAW_ADDR
before setting LINALLOC_TOPADDR.
* stage2/shared.h [!GRUB_UTIL] (RAW_ADDR): Added parenthesises
to avoid a gcc warning.
[!GRUB_UTIL] (RAW_SEG): Likewise.
1999-09-18 OKUJI Yoshinori <okuji@kuicr.kyoto-u.ac.jp>
* acinclude.m4 (grub_CHECK_START_SYMBOL): New function.