From: K. Richard Pixley Date: Sun, 1 Sep 1991 23:36:56 +0000 (+0000) Subject: Patch around gcc builtin memory functions. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5cf89596e765c8187cd1dc221636313296a086f6;p=binutils-gdb.git Patch around gcc builtin memory functions. --- diff --git a/gas/config/ho-sunos.h b/gas/config/ho-sunos.h index 5d920f6e5be..413d3d109c2 100644 --- a/gas/config/ho-sunos.h +++ b/gas/config/ho-sunos.h @@ -4,7 +4,11 @@ #define NO_STDARG #endif /* not __STDC__ */ +#ifndef __GNUC__ +#ifndef __STDC__ #include +#endif +#endif #include #include