Commit 7c699529 by Jim Wilson

(TARGET_DEFAULT): Use parentheses.

From-SVN: r6750
parent 4754348d
...@@ -29,4 +29,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment