summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/unix/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-05-08 22:58:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-05-08 22:58:08 +0000
commit6ce466d9da82563d256453c37a64398cd9c58a6f (patch)
tree50f316f951195a1c78fba1df179b85880cb65d6c /c/src/exec/score/cpu/unix/rtems
parent2001-04-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-6ce466d9da82563d256453c37a64398cd9c58a6f.tar.bz2
2001-05-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
Diffstat (limited to 'c/src/exec/score/cpu/unix/rtems')
-rw-r--r--c/src/exec/score/cpu/unix/rtems/score/cpu.h2
1 files changed, 0 insertions, 2 deletions
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)