aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1994-03-11 11:52:53 -0800
committerJim Wilson <wilson@gcc.gnu.org>1994-03-11 11:52:53 -0800
commit7c699529a5e9fd025827ae62952a4548749e4a06 (patch)
tree2a76b35d313e6b191703ddb0967b52bb2157af3e
parent4754348d7953f4d5a7f5258988930ff0cdcbdcd3 (diff)
downloadgcc-7c699529a5e9fd025827ae62952a4548749e4a06.zip
gcc-7c699529a5e9fd025827ae62952a4548749e4a06.tar.gz
gcc-7c699529a5e9fd025827ae62952a4548749e4a06.tar.bz2
(TARGET_DEFAULT): Use parentheses.
From-SVN: r6750
-rw-r--r--gcc/config/sparc/lite.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/lite.h b/gcc/config/sparc/lite.h
index f7fa1d9..89f48af 100644
--- a/gcc/config/sparc/lite.h
+++ b/gcc/config/sparc/lite.h
@@ -29,4 +29,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Enable sparclite and epilogue options. Do not enable the fpu. */
#undef TARGET_DEFAULT
-#define TARGET_DEFAULT 1024+130
+#define TARGET_DEFAULT (1024+130)