From: Richard M. Stallman Date: Wed, 19 Jun 1996 21:50:16 +0000 (+0000) Subject: (HPUX10): New macro. X-Git-Tag: emacs-19.34~405 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c7ad3a839d31cffffc763f86e6961cbf16abd96e;p=emacs.git (HPUX10): New macro. --- 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