From 6a7b1a73a7bcc4e4e6ee3a2343fd11b2453aefb1 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 16 Apr 2009 12:49:49 +0000 Subject: Fix compilation with GCC 2.95. It astounds me how some of this lot compiled at all. svn path=/trunk/netsurf/; revision=7104 --- utils/talloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/talloc.c') diff --git a/utils/talloc.c b/utils/talloc.c index 985bba93b..7b84a9a77 100644 --- a/utils/talloc.c +++ b/utils/talloc.c @@ -55,7 +55,7 @@ #include "replace.h" #else #include -#if !defined(__BEOS__) && !defined(__HAIKU__) +#if !defined(__BEOS__) && !defined(__HAIKU__) && __GNUC__ > 2 /* Assume we've got va_copy */ #define HAVE_VA_COPY #include -- cgit v1.2.3