From 7c699529a5e9fd025827ae62952a4548749e4a06 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Fri, 11 Mar 1994 11:52:53 -0800 Subject: [PATCH] (TARGET_DEFAULT): Use parentheses. From-SVN: r6750 --- gcc/config/sparc/lite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/sparc/lite.h b/gcc/config/sparc/lite.h index f7fa1d96b93..89f48afb03d 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) -- 2.30.2