Mercurial > hg > xemacs-beta
comparison src/s/gnu.h @ 167:85ec50267440 r20-3b10
Import from CVS: tag r20-3b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:45:46 +0200 |
parents | 0132846995bd |
children | 2d532a89d707 |
comparison
equal
deleted
inserted
replaced
166:7a77eb660975 | 167:85ec50267440 |
---|---|
40 | 40 |
41 /* XXX emacs should not expect TAB3 to be defined. */ | 41 /* XXX emacs should not expect TAB3 to be defined. */ |
42 #define TABDLY OXTABS | 42 #define TABDLY OXTABS |
43 #define TAB3 OXTABS | 43 #define TAB3 OXTABS |
44 | 44 |
45 #define GETPGRP_NO_ARG | |
46 | |
47 /* GNU needs its own crt0, and libc defines data_start. */ | 45 /* GNU needs its own crt0, and libc defines data_start. */ |
48 #define ORDINARY_LINK | 46 #define ORDINARY_LINK |
49 #define DATA_START ({ extern int data_start; (char *) &data_start; }) | 47 #define DATA_START ({ extern int data_start; (char *) &data_start; }) |
50 | 48 |
51 /* GNU now always uses the ELF format. */ | 49 /* GNU now always uses the ELF format. */ |