summaryrefslogtreecommitdiff
path: root/editors/uemacs
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-08-02 02:03:03 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-08-02 02:03:03 +0000
commit5777cd28dc4c661ca8615fd99ebf23e1beab31bc (patch)
treea49b221342307719b8b14283734c678c7903c406 /editors/uemacs
parentFix build for gcc-3.3.x (diff)
Fix build on gcc-3.3.x
Submitted by: Simon Barner <barner@in.tum.de>
Notes
Notes: svn path=/head/; revision=86169
Diffstat (limited to 'editors/uemacs')
-rw-r--r--editors/uemacs/files/patch-ab4
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. */