Got rid of HP-UX kludge (since it didn't help).

This commit is contained in:
Wayne Davison
2004-04-27 01:36:00 +00:00
parent 968ff560d2
commit 33a5432ea6

View File

@@ -69,10 +69,6 @@ char *alloca ();
#define xstrdup(_str) strdup(_str)
#endif /* HAVE_MCHECK_H && defined(__GNUC__) */
#ifdef __GNUC__
#define UNUSED(x) x __attribute__((__unused__))
#else
#define UNUSED(x) x
#endif
#include "popt.h"