From e8a38df5d8d2502c3d3b3cd4054019d8d5748a90 Mon Sep 17 00:00:00 2001 From: "Aaron W. LaFramboise" Date: Wed, 30 Mar 2005 02:55:13 +0000 Subject: * as.h [NEED_DECLARATION_FFS] (ffs): Prototype and alphabetize. * config.in: Regenerate. * configure: Regenerate. * configure.in: Check for ffs decl and alphabetize. --- gas/as.h | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'gas/as.h') diff --git a/gas/as.h b/gas/as.h index 3c764f5..cbd0472 100644 --- a/gas/as.h +++ b/gas/as.h @@ -127,21 +127,24 @@ extern void *alloca (); #endif /* !__MWERKS__ */ /* Other stuff from config.h. */ -#ifdef NEED_DECLARATION_STRSTR -extern char *strstr (); +#ifdef NEED_DECLARATION_ENVIRON +extern char **environ; #endif -#ifdef NEED_DECLARATION_MALLOC -extern PTR malloc (); -extern PTR realloc (); +#ifdef NEED_DECLARATION_ERRNO +extern int errno; +#endif +#ifdef NEED_DECLARATION_FFS +extern int ffs (int); #endif #ifdef NEED_DECLARATION_FREE extern void free (); #endif -#ifdef NEED_DECLARATION_ERRNO -extern int errno; +#ifdef NEED_DECLARATION_MALLOC +extern PTR malloc (); +extern PTR realloc (); #endif -#ifdef NEED_DECLARATION_ENVIRON -extern char **environ; +#ifdef NEED_DECLARATION_STRSTR +extern char *strstr (); #endif /* This is needed for VMS. */ -- cgit v1.1