(TARGET_DEFAULT): Use parentheses.
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 11 Mar 1994 19:52:53 +0000 (11:52 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 11 Mar 1994 19:52:53 +0000 (11:52 -0800)
From-SVN: r6750

gcc/config/sparc/lite.h

index f7fa1d96b93d76e0b769d8d35b22cac02410acb9..89f48afb03d6a824ee408de3c6c2ccb5a1f60e76 100644 (file)
@@ -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)