aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/gnu.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gcc.gnu.org>1995-02-25 05:49:23 +0000
committerRoland McGrath <roland@gcc.gnu.org>1995-02-25 05:49:23 +0000
commitae222957c6970444d4b2339358a35f32c861c4d8 (patch)
tree8b4fed66bc1c000e880e74bc6b5f488d2822678e /gcc/config/gnu.h
parent9e94dc88d3ec245c45cfdb4575ccb6132bc9a207 (diff)
downloadgcc-ae222957c6970444d4b2339358a35f32c861c4d8.zip
gcc-ae222957c6970444d4b2339358a35f32c861c4d8.tar.gz
gcc-ae222957c6970444d4b2339358a35f32c861c4d8.tar.bz2
(GNU_CPP_PREDEFINES): Add missing backslash.
From-SVN: r9076
Diffstat (limited to 'gcc/config/gnu.h')
-rw-r--r--gcc/config/gnu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/gnu.h b/gcc/config/gnu.h
index a279b10..a362b47 100644
--- a/gcc/config/gnu.h
+++ b/gcc/config/gnu.h
@@ -2,7 +2,7 @@
/* Macro to produce CPP_PREDEFINES for GNU on a given machine. */
#define GNU_CPP_PREDEFINES(machine) \
-"-D" machine " -Acpu(" machine ") -Amachine(" machine ")"
+"-D" machine " -Acpu(" machine ") -Amachine(" machine ")" \
"-Dunix -Asystem(unix) \
-DMACH -Asystem(mach) \
-D__GNU__ -Asystem(gnu) -D__HURD__"