From 2ece6c116c30837778f908504e30526eeb0ade40 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Thu, 5 Apr 2001 13:03:04 +0000 Subject: [PATCH] Be traditional in your cpp (for the Errno extension). p4raw-id: //depot/perl@9559 --- hints/darwin.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hints/darwin.sh b/hints/darwin.sh index 8625798..eff32f4 100644 --- a/hints/darwin.sh +++ b/hints/darwin.sh @@ -41,6 +41,9 @@ optimize='-O3'; # We have a prototype for telldir. ccflags="${ccflags} -pipe -fno-common -DHAS_TELLDIR_PROTOTYPE"; +# For Errno. +cppflags='-traditional-cpp'; + # Shared library extension is .dylib. # Bundle extension is .bundle. ld='cc'; @@ -61,3 +64,4 @@ usevfork='true'; # malloc works usemymalloc='n'; + -- 2.7.4