From: Guillermo J. Rozas Date: Mon, 22 Nov 1993 19:01:41 +0000 (+0000) Subject: Fix declaration of etext for hp9000s300. X-Git-Tag: 20090517-FFI~7445 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=059220be5ee22b4cadcd755241e424d5960a1431;p=mit-scheme.git Fix declaration of etext for hp9000s300. --- diff --git a/v7/src/microcode/uxtrap.h b/v7/src/microcode/uxtrap.h index cd403b7dd..dd66eae2c 100644 --- a/v7/src/microcode/uxtrap.h +++ b/v7/src/microcode/uxtrap.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: uxtrap.h,v 1.23 1993/11/08 06:18:02 gjr Exp $ +$Id: uxtrap.h,v 1.24 1993/11/22 19:01:41 gjr Exp $ Copyright (c) 1990-1993 Massachusetts Institute of Technology @@ -603,6 +603,8 @@ extern unsigned int etext; #else /* not __linux */ #if !(defined (_HPUX) && (_HPUX_VERSION >= 80) && defined (hp9000s300)) extern long etext; +#else +extern int etext; #endif /* _HPUX ... */ #endif /* __linux */ #endif /* _AIX */