From: Richard M. Stallman Date: Fri, 17 Jun 1994 23:51:40 +0000 (+0000) Subject: (GETTIMEOFDAY_ONE_ARGUMENT): Define it. X-Git-Tag: emacs-19.34~7906 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4042e8864e855a946dc11084554601a7e5e7ef7d;p=emacs.git (GETTIMEOFDAY_ONE_ARGUMENT): Define it. --- diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h index e8fe34a4414..d60a5eb8524 100644 --- a/src/s/usg5-4.h +++ b/src/s/usg5-4.h @@ -28,6 +28,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define USG5_4 +/* On most SVR4 systems, gettimeofday takes one arg + and the compiler might crash. */ +#define GETTIMEOFDAY_ONE_ARGUMENT + /* We do have multiple jobs. Handle ^Z. */ #undef NOMULTIPLEJOBS