comparison src/s/gnu.h @ 512:14227e8a3f1f

[xemacs-hg @ 2001-05-07 07:42:40 by martinb] TTY configury portability improvements.
author martinb
date Mon, 07 May 2001 07:42:40 +0000
parents abe6d1db359e
children 023b83f4e54b
comparison
equal deleted inserted replaced
511:4a83dda7ae93 512:14227e8a3f1f
29 #undef SYSTEM_TYPE 29 #undef SYSTEM_TYPE
30 #define SYSTEM_TYPE "gnu" 30 #define SYSTEM_TYPE "gnu"
31 31
32 #define LIBS_DEBUG 32 #define LIBS_DEBUG
33 33
34 /* XXX emacs should not expect TAB3 to be defined. */
35 #define TABDLY OXTABS
36 #define TAB3 OXTABS
37
38 /* GNU needs its own crt0, and libc defines data_start. */ 34 /* GNU needs its own crt0, and libc defines data_start. */
39 #define ORDINARY_LINK 35 #define ORDINARY_LINK
40 #define DATA_START ({ extern int data_start; (char *) &data_start; }) 36 #define DATA_START ({ extern int data_start; (char *) &data_start; })
41 37
42 /* GNU now always uses the ELF format. */ 38 /* GNU now always uses the ELF format. */