summaryrefslogtreecommitdiff
path: root/lib/posixheaders/memalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/posixheaders/memalloc.h')
-rw-r--r--lib/posixheaders/memalloc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/posixheaders/memalloc.h b/lib/posixheaders/memalloc.h
index ba210bbc..442ed1a1 100644
--- a/lib/posixheaders/memalloc.h
+++ b/lib/posixheaders/memalloc.h
@@ -45,13 +45,13 @@
# include <alloca.h>
# endif /* !IBMESA */
# else /* !HAVE_ALLOCA_H */
-# if defined (hpux_9) && defined (__STDC__) && !defined (alloca)
+# if defined (__hpux) && defined (__STDC__) && !defined (alloca)
extern void *alloca ();
# else
# if !defined (alloca)
extern char *alloca ();
# endif /* !alloca */
-# endif /* !hpux_9 || !__STDC__ && !alloca */
+# endif /* !__hpux || !__STDC__ && !alloca */
# endif /* !HAVE_ALLOCA_H */
#endif /* !__GNUC__ */