diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-08-02 02:03:03 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-08-02 02:03:03 +0000 |
commit | 5777cd28dc4c661ca8615fd99ebf23e1beab31bc (patch) | |
tree | a49b221342307719b8b14283734c678c7903c406 /editors | |
parent | 76b62223d5b5b3813ef7cc78f71ac421a17feca1 (diff) | |
download | ports-5777cd28dc4c661ca8615fd99ebf23e1beab31bc.tar.gz ports-5777cd28dc4c661ca8615fd99ebf23e1beab31bc.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/uemacs/files/patch-ab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/uemacs/files/patch-ab b/editors/uemacs/files/patch-ab index 839fa34c9da6..ec8b19672881 100644 --- a/editors/uemacs/files/patch-ab +++ b/editors/uemacs/files/patch-ab @@ -70,13 +70,13 @@ +#define ALCYON 0 /* ALCYON Atari ST compiler */ +#define AZTEC 0 /* Aztec C 4.00e ONLY for the amiga now... */ +#define DGC 0 /* Data General AOS/VS C... */ -+#define GCC 0 /* the GNU C compiler */ ++#define GCC 1 /* the GNU C compiler */ +#define IC 0 /* Rational Systems Instant C */ +#define LATTICE 0 /* Lattice 2.14 through 3.0 compilers */ +#define MSC 0 /* MicroSoft C compile version 3 thru 7 */ +#define MWC 0 /* Mark Williams C */ +#define TURBO 0 /* Turbo C and Borland C++ under MSDOS */ -+#define UNIX 1 /* a standard UNIX compiler (cc) */ ++#define UNIX 0 /* a standard UNIX compiler (cc) */ +#define ZTC 0 /* Zortech C/C++ 1.02 thru 2.10 under MSDOS */ + +/* Machine stack growth direction. */ |