summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config/freebsd.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-08-20 09:01:55 +0000
committerobrien <obrien@FreeBSD.org>1999-08-20 09:01:55 +0000
commit46e13824b3ebe221e9d29446b54d0dc332f4d38f (patch)
treebf6e66ebb3970061bb18850ffd1710fa7cc3683c /contrib/gcc/config/freebsd.h
parent5ed155cd62be191e9f0b543948377fd999e0075f (diff)
downloadFreeBSD-src-46e13824b3ebe221e9d29446b54d0dc332f4d38f.zip
FreeBSD-src-46e13824b3ebe221e9d29446b54d0dc332f4d38f.tar.gz
* Consistantly surround macro parameters with ()
* Consistantly put spaces after "," in macro param lists * Consistantly align continuation characters. * Don't need to supply all variations of __FOO__ in CPP_PREDEFINES, gcc will do that for us.
Diffstat (limited to 'contrib/gcc/config/freebsd.h')
-rw-r--r--contrib/gcc/config/freebsd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/gcc/config/freebsd.h b/contrib/gcc/config/freebsd.h
index 35b0c38..6317f7e 100644
--- a/contrib/gcc/config/freebsd.h
+++ b/contrib/gcc/config/freebsd.h
@@ -1,4 +1,4 @@
-/* $Id: freebsd.h,v 1.17 1999/08/15 22:02:47 obrien Exp $ */
+/* $Id: freebsd.h,v 1.18 1999/08/19 09:16:22 obrien Exp $ */
/* Base configuration file for all FreeBSD targets.
Copyright (C) 1999 Free Software Foundation, Inc.
@@ -46,9 +46,9 @@ Boston, MA 02111-1307, USA. */
#define FBSD_WORD_SWITCH_TAKES_ARG(STR) \
(DEFAULT_WORD_SWITCH_TAKES_ARG (STR) \
- || !strcmp (STR, "rpath") || !strcmp (STR, "rpath-link") \
- || !strcmp (STR, "soname") || !strcmp (STR, "defsym") \
- || !strcmp (STR, "assert") || !strcmp (STR, "dynamic-linker"))
+ || !strcmp ((STR), "rpath") || !strcmp ((STR), "rpath-link") \
+ || !strcmp ((STR), "soname") || !strcmp ((STR), "defsym") \
+ || !strcmp ((STR), "assert") || !strcmp ((STR), "dynamic-linker"))
#undef WORD_SWITCH_TAKES_ARG
#define WORD_SWITCH_TAKES_ARG(STR) (FBSD_WORD_SWITCH_TAKES_ARG(STR))
OpenPOWER on IntegriCloud