[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/s/gnu.h,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/s/gnu.h,v |
Date: |
Sat, 12 Jul 2008 05:31:26 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/12 05:31:23
Index: src/s/gnu.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/s/gnu.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- src/s/gnu.h 26 Jun 2008 04:24:47 -0000 1.24
+++ src/s/gnu.h 12 Jul 2008 05:31:23 -0000 1.25
@@ -64,10 +64,6 @@
#undef REL_ALLOC
#endif
-#define HAVE_WAIT_HEADER
-#define WAIT_USE_INT
-#define HAVE_UNION_WAIT
-
/* GNU needs its own crt0, and libc defines data_start. */
#define ORDINARY_LINK
#define DATA_START ({ extern int data_start; (char *) &data_start; })
- [Emacs-diffs] Changes to emacs/src/s/gnu.h,v,
Dan Nicolaescu <=