(TARGET_DEFAULT): Use parentheses.

From-SVN: r6750
This commit is contained in:
Jim Wilson 1994-03-11 11:52:53 -08:00
parent 4754348d79
commit 7c699529a5

View 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. */ /* Enable sparclite and epilogue options. Do not enable the fpu. */
#undef TARGET_DEFAULT #undef TARGET_DEFAULT
#define TARGET_DEFAULT 1024+130 #define TARGET_DEFAULT (1024+130)