From d93912533eadaab26e0534efaf910b9621d35746 Mon Sep 17 00:00:00 2001 From: "K. Richard Pixley" Date: Wed, 16 Oct 1991 08:56:25 +0000 Subject: Shift positions on memory.h. Seems gcc has changed. --- gas/config/ho-sunos.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gas') diff --git a/gas/config/ho-sunos.h b/gas/config/ho-sunos.h index 413d3d1..81c067c 100644 --- a/gas/config/ho-sunos.h +++ b/gas/config/ho-sunos.h @@ -4,10 +4,10 @@ #define NO_STDARG #endif /* not __STDC__ */ -#ifndef __GNUC__ -#ifndef __STDC__ +#if !defined(__GNUC__) & !defined(__STDC__) #include -#endif +#else +extern int memset(); #endif #include -- cgit v1.1