Mercurial > hg > xemacs-beta
comparison src/s/gnu.h @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | 376386a54a3c |
children | 0132846995bd |
comparison
equal
deleted
inserted
replaced
154:94141801dd7e | 155:43dd3413c7c7 |
---|---|
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 | 45 #define GETPGRP_NO_ARG |
46 #define HAVE_UNION_WAIT | |
47 | 46 |
48 /* GNU needs its own crt0, and libc defines data_start. */ | 47 /* GNU needs its own crt0, and libc defines data_start. */ |
49 #define ORDINARY_LINK | 48 #define ORDINARY_LINK |
50 #define DATA_START ({ extern int data_start; (char *) &data_start; }) | 49 #define DATA_START ({ extern int data_start; (char *) &data_start; }) |
51 | 50 |