From cd59be1d5ebfd0dfd07db5d87caacd5164776675 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 25 Apr 2004 20:36:41 +0000 Subject: [PATCH] One more try at getting the HP-UX system in the build farm to compile popt. --- popt/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popt/system.h b/popt/system.h index b147af71..3be4f3c3 100644 --- a/popt/system.h +++ b/popt/system.h @@ -69,7 +69,7 @@ char *alloca (); #define xstrdup(_str) strdup(_str) #endif /* HAVE_MCHECK_H && defined(__GNUC__) */ -#if defined(__GNUC__) || !(defined(__hpux) || defined(_hpux) || defined (hpux)) +#ifdef __GNUC__ #define UNUSED(x) x __attribute__((__unused__)) #else #define UNUSED(x) x -- 2.34.1