]> git.eshelyaron.com Git - emacs.git/commitdiff
(GETTIMEOFDAY_ONE_ARGUMENT): Define it.
authorRichard M. Stallman <rms@gnu.org>
Fri, 17 Jun 1994 23:51:40 +0000 (23:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 17 Jun 1994 23:51:40 +0000 (23:51 +0000)
src/s/usg5-4.h

index e8fe34a44144d41cbdbd1f7728ad19540ddb24cb..d60a5eb8524b72d1f74fb7a50180b8a543f6887c 100644 (file)
@@ -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