From: Richard Kenner Date: Thu, 31 Aug 1995 21:54:05 +0000 (-0400) Subject: (sbrk): Define here for __alpha. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=efa00f4e41b244a187d5278a34c569ae9835348c;p=gcc.git (sbrk): Define here for __alpha. From-SVN: r10297 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index d318fdcfda3..52b22973496 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -141,6 +141,10 @@ void set_target_switch (); static void print_switch_values (); static char *decl_name (); +#ifdef __alpha +extern char *sbrk (); +#endif + /* Name of program invoked, sans directories. */ char *progname;