diff options
Diffstat (limited to 'boehm-gc/gcconfig.h')
-rw-r--r-- | boehm-gc/gcconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/gcconfig.h b/boehm-gc/gcconfig.h index 141bdb87dc0..107f89583b7 100644 --- a/boehm-gc/gcconfig.h +++ b/boehm-gc/gcconfig.h @@ -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 */ |