summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-06-19 21:50:16 +0000
committerRichard M. Stallman <rms@gnu.org>1996-06-19 21:50:16 +0000
commitf3dff89ff3b51660a081025ffb4a7c5cbb25a2b9 (patch)
tree2fb562a19f98946d78705e48124f07d22e9fe253
parent69abd055def412d25e097c2fd11c21a2f557a9e4 (diff)
downloademacs-f3dff89ff3b51660a081025ffb4a7c5cbb25a2b9.tar.gz
(HPUX10): New macro.
-rw-r--r--src/s/hpux10.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/hpux10.h b/src/s/hpux10.h
index b0d4ff6abeb..78f83b9339d 100644
--- a/src/s/hpux10.h
+++ b/src/s/hpux10.h
@@ -1,5 +1,7 @@
#include "hpux9shr.h"
+#define HPUX10
+
/* We have to go this route, rather than hpux9's approach of renaming the
functions via macros. The system's stdlib.h has fully prototyped
declarations, which yields a conflicting definition of srand48; it