summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score
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
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')
-rw-r--r--c/src/exec/score/cpu/unix/ChangeLog4
-rw-r--r--c/src/exec/score/cpu/unix/rtems/score/cpu.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/c/src/exec/score/cpu/unix/ChangeLog b/c/src/exec/score/cpu/unix/ChangeLog
index 6d4307ae43..9181467b3b 100644
--- a/c/src/exec/score/cpu/unix/ChangeLog
+++ b/c/src/exec/score/cpu/unix/ChangeLog
@@ -1,3 +1,7 @@
+2001-05-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * rtems/score/cpu.h: Remove #undef __STRICT_ANSI__.
+
2001-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am, rtems/score/Makefile.am:
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)