Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/s/gnu.h Mon May 07 07:24:15 2001 +0000 +++ b/src/s/gnu.h Mon May 07 07:42:40 2001 +0000 @@ -31,10 +31,6 @@ #define LIBS_DEBUG -/* XXX emacs should not expect TAB3 to be defined. */ -#define TABDLY OXTABS -#define TAB3 OXTABS - /* GNU needs its own crt0, and libc defines data_start. */ #define ORDINARY_LINK #define DATA_START ({ extern int data_start; (char *) &data_start; })