From a10c7214625e31108460fb71ca6885885aca9549 Mon Sep 17 00:00:00 2001 From: Till Straumann Date: Wed, 14 Nov 2007 00:40:20 +0000 Subject: [PATCH] 2007-11-13 Till Straumann * shared/src/cache_.h: include only #ifdef _OLD_EXCEPTIONS - no need for otherwise. --- c/src/lib/libcpu/powerpc/ChangeLog | 6 ++++++ c/src/lib/libcpu/powerpc/shared/src/cache_.h | 3 +++ 2 files changed, 9 insertions(+) diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog index a2f1be312d..bb26049e1f 100644 --- a/c/src/lib/libcpu/powerpc/ChangeLog +++ b/c/src/lib/libcpu/powerpc/ChangeLog @@ -1,3 +1,9 @@ +2007-11-13 Till Straumann + + * shared/src/cache_.h: include only + #ifdef _OLD_EXCEPTIONS - no need for + otherwise. + 2007-11-13 Till Straumann * shared/include/byteorder.h: fixed wrong pointer-type diff --git a/c/src/lib/libcpu/powerpc/shared/src/cache_.h b/c/src/lib/libcpu/powerpc/shared/src/cache_.h index 2477cf78f5..11c8ee47ef 100644 --- a/c/src/lib/libcpu/powerpc/shared/src/cache_.h +++ b/c/src/lib/libcpu/powerpc/shared/src/cache_.h @@ -29,7 +29,10 @@ #endif #endif + +#ifdef _OLD_EXCEPTIONS #include +#endif #endif /* end of include file */