(string.h): Don't include when inhibit_libc is defined.
authorJim Wilson <wilson@gcc.gnu.org>
Wed, 30 Mar 1994 19:52:12 +0000 (11:52 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 30 Mar 1994 19:52:12 +0000 (11:52 -0800)
From-SVN: r6918

gcc/config/alpha/xm-alpha.h

index cbd8d9c..81d6eb9 100644 (file)
@@ -59,4 +59,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 extern void *malloc (), *realloc (), *sbrk (), *calloc (), *alloca ();
 
+#ifndef inhibit_libc
 #include "string.h"
+#endif