config.h (__start): Declare as `int' in alpha/OSF1 case.

* config.h (__start): Declare as `int' in alpha/OSF1 case.  From
	David Pettersson <dapet@mai.liu.se>

From-SVN: r26490
This commit is contained in:
Tom Tromey 1999-04-16 09:56:29 +00:00 committed by Tom Tromey
parent ace3c40a1f
commit 5e651bf243
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1999-04-16 Tom Tromey <tromey@cygnus.com>
* config.h (__start): Declare as `int' in alpha/OSF1 case. From
David Pettersson <dapet@mai.liu.se>
1999-04-14 Tom Tromey <tromey@cygnus.com>
* configure: Rebuilt.

View File

@ -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