From 984e353160593b20d1e2944e1f2e9ce2117c8490 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 22 Aug 2004 15:39:56 +0000 Subject: PowerPC Linux support from ericvh. Mainly adding va_copy/va_end. Also fix bug in sprint wrapping around top of memory. --- src/lib9/fmt/nan64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib9/fmt/nan64.c') diff --git a/src/lib9/fmt/nan64.c b/src/lib9/fmt/nan64.c index a02a3adb..4df496cc 100644 --- a/src/lib9/fmt/nan64.c +++ b/src/lib9/fmt/nan64.c @@ -7,7 +7,7 @@ #include "nan.h" -#ifdef __APPLE__ +#if defined (__APPLE__) || (__powerpc__) #define _NEEDLL #endif -- cgit v1.2.3