summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-19 15:42:57 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-19 15:42:57 +0000
commita600a71246fd96dc78de2f07167873dbeab0f37f (patch)
tree874e2845f62e296ad37cbf7b93e753e6ad18061a
parentd937526126de194545da96e911703a3df7f859a0 (diff)
downloademacs-a600a71246fd96dc78de2f07167873dbeab0f37f.tar.gz
(HPUX10): Define it just once.
-rw-r--r--src/ChangeLog4
-rw-r--r--src/s/hpux10.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 86ac60e896c..d1510fe055d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-19 Juanma Barranquero <lektu@terra.es>
+
+ * s/hpux10.h (HPUX10): Define it just once.
+
2003-02-17 Klaus Zeitler <kzeitler@lucent.com>
* s/hpux10.h (POLL_INTERRUPTED_SYS_CALL): Defined.
diff --git a/src/s/hpux10.h b/src/s/hpux10.h
index 007d4aee3ac..92dfd5b1c2f 100644
--- a/src/s/hpux10.h
+++ b/src/s/hpux10.h
@@ -10,7 +10,7 @@
#undef srandom
#undef random
#undef HAVE_RANDOM
-#define HPUX10
+
#define FORCE_ALLOCA_H
/* AlainF 20-Jul-1996 says this is right. */