aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu.h
diff options
context:
space:
mode:
authorGlenn Morris2012-07-10 00:15:05 -0700
committerGlenn Morris2012-07-10 00:15:05 -0700
commit882cf227ab70fc5cd7252781bd55febfbcad27d5 (patch)
treeaba4dbf427dcc09623dd4d79a399bf48644a618f /src/s/gnu.h
parentc293e30cd9f841e59ce6ae3b2757f0e6daf2e71d (diff)
downloademacs-882cf227ab70fc5cd7252781bd55febfbcad27d5.tar.gz
emacs-882cf227ab70fc5cd7252781bd55febfbcad27d5.zip
Move DATA_START, DATA_SEG_BITS from src/s to configure
* configure.ac (DATA_START, DATA_SEG_BITS): Move here from src/s. * src/s/irix6-5.h (DATA_START, DATA_SEG_BITS): * src/s/hpux10-20.h (DATA_SEG_BITS, DATA_START): * src/s/gnu.h (DATA_START): Move definitions to configure.
Diffstat (limited to 'src/s/gnu.h')
-rw-r--r--src/s/gnu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/s/gnu.h b/src/s/gnu.h
index 8410ad666f5..bac233266c8 100644
--- a/src/s/gnu.h
+++ b/src/s/gnu.h
@@ -21,9 +21,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
21/* Get most of the stuff from bsd-common */ 21/* Get most of the stuff from bsd-common */
22#include "bsd-common.h" 22#include "bsd-common.h"
23 23
24/* libc defines data_start. */
25#define DATA_START ({ extern int data_start; (char *) &data_start; })
26
27/* It would be harmless to drop the ifdef emacs test. */ 24/* It would be harmless to drop the ifdef emacs test. */
28#ifdef emacs 25#ifdef emacs
29#include <stdio.h> /* Get the definition of _IO_STDIO_H. */ 26#include <stdio.h> /* Get the definition of _IO_STDIO_H. */