w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit 389eb8a47891ab0534e1bfe187b2d925267f6692
parent ef87e12926a9f2da611dc5b1f13e951607534e3b
Author: ukai <ukai>
Date:   Fri, 19 Jul 2002 15:28:34 +0000

[w3m-dev 03278] Compile error on mipsel linux (glibc-2.0.6)

Diffstat:
Mgc/include/private/gcconfig.h | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gc/include/private/gcconfig.h b/gc/include/private/gcconfig.h @@ -1186,7 +1186,11 @@ # define DATASTART ((ptr_t)(__data_start)) # define ALIGNMENT 4 # define USE_GENERIC_PUSH_REGS -# define LINUX_STACKBOTTOM +# if __GLIBC__ == 2 && __GLIBC_MINOR__ >= 2 || __GLIBC__ > 2 +# define LINUX_STACKBOTTOM +# else +# define STACKBOTTOM 0x80000000 +# endif # endif /* Linux */ # ifdef EWS4800 # define HEURISTIC2