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 */