From 6ce466d9da82563d256453c37a64398cd9c58a6f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 8 May 2001 22:58:08 +0000 Subject: 2001-05-07 Ralf Corsepius * rtems/score/cpu.h: Remove #undef __STRICT_ANSI__. --- c/src/exec/score/cpu/unix/rtems/score/cpu.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'c/src/exec/score/cpu/unix/rtems') diff --git a/c/src/exec/score/cpu/unix/rtems/score/cpu.h b/c/src/exec/score/cpu/unix/rtems/score/cpu.h index e555877b4a..ba500372c6 100644 --- a/c/src/exec/score/cpu/unix/rtems/score/cpu.h +++ b/c/src/exec/score/cpu/unix/rtems/score/cpu.h @@ -29,8 +29,6 @@ extern "C" { #if defined(solaris2) #undef _POSIX_C_SOURCE #define _POSIX_C_SOURCE 3 -#undef __STRICT_ANSI__ -#define __STRICT_ANSI__ #endif #if defined(linux) -- cgit v1.2.3