From 5e651bf2435e8bf24a2263f83ae2c21dd2ce5fac Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Fri, 16 Apr 1999 09:56:29 +0000 Subject: [PATCH] config.h (__start): Declare as `int' in alpha/OSF1 case. * config.h (__start): Declare as `int' in alpha/OSF1 case. From David Pettersson From-SVN: r26490 --- boehm-gc/ChangeLog | 5 +++++ boehm-gc/config.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog index 2c090961542..1866aa0a37b 100644 --- a/boehm-gc/ChangeLog +++ b/boehm-gc/ChangeLog @@ -1,3 +1,8 @@ +1999-04-16 Tom Tromey + + * config.h (__start): Declare as `int' in alpha/OSF1 case. From + David Pettersson + 1999-04-14 Tom Tromey * configure: Rebuilt. diff --git a/boehm-gc/config.h b/boehm-gc/config.h index 0ab5a1fef32..6aaf5032c78 100644 --- a/boehm-gc/config.h +++ b/boehm-gc/config.h @@ -833,7 +833,7 @@ /* Normally HEURISTIC2 is too conervative, since */ /* the text segment immediately follows the stack. */ /* Hence we give an upper pound. */ - extern __start; + extern int __start; # define HEURISTIC2_LIMIT ((ptr_t)((word)(&__start) & ~(getpagesize()-1))) # define CPP_WORDSZ 64 # define MPROTECT_VDB