From 84ee59f575a4111bc53fba8c7655546b8c129441 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 19 Sep 1995 21:42:27 +0000 Subject: Removed a section of code which was "#if 0"'ed. --- c/src/exec/score/cpu/unix/cpu.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'c/src/exec/score/cpu/unix/cpu.h') diff --git a/c/src/exec/score/cpu/unix/cpu.h b/c/src/exec/score/cpu/unix/cpu.h index f0d583651e..93d2b65ee2 100644 --- a/c/src/exec/score/cpu/unix/cpu.h +++ b/c/src/exec/score/cpu/unix/cpu.h @@ -42,22 +42,6 @@ extern "C" { #define MALLOC_0_RETURNS_NULL #endif -#if 0 - -/* - * In order to get the types and prototypes used in this file under - * Solaris 2.3, it is necessary to pull the following magic. - */ - -#if defined(solaris2) -#warning "Ignore the undefining __STDC__ warning" -#undef __STDC__ -#define __STDC__ 0 -#undef _POSIX_C_SOURCE -#endif - -#endif - #include #include #include -- cgit v1.2.3