* gcconfig.h [OSF1] (_end): Declare as `int'.

From-SVN: r35749
This commit is contained in:
Alexandre Oliva 2000-08-16 18:17:59 +00:00 committed by Alexandre Oliva
parent 777e6d799a
commit 7fedceab9e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-08-16 Alexandre Oliva <aoliva@redhat.com>
* gcconfig.h [OSF1] (_end): Declare as `int'.
2000-08-02 Tom Tromey <tromey@cygnus.com>
* gc_priv.h (GC_generic_malloc_inner): Prototype.

View File

@ -1054,7 +1054,7 @@
# ifdef OSF1
# define OS_TYPE "OSF1"
# define DATASTART ((ptr_t) 0x140000000)
extern _end;
extern int _end;
# define DATAEND ((ptr_t) &_end)
# define HEURISTIC2
/* Normally HEURISTIC2 is too conervative, since */