--- a/advance/d2/d2.cc +++ b/advance/d2/d2.cc @@ -21,6 +21,9 @@ #include #include #include +#if defined(__PPC64__) +#define __STRICT_ANSI__ +#endif #include #include --- a/advance/lib/portable.h +++ b/advance/lib/portable.h @@ -67,6 +67,9 @@ /* Include some standard headers */ #include +#if defined(__PPC64__) +#define __STRICT_ANSI__ +#endif #include /* On many systems (e.g., Darwin), `stdio.h' is a prerequisite. */ #include #include