(ROUND): Change macro name to ROUND_PARM.
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 18 Jan 1993 18:44:27 +0000 (10:44 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 18 Jan 1993 18:44:27 +0000 (10:44 -0800)
From-SVN: r3265

gcc/config/i960/i960.h

index 4bf2728a5eae3076b81991e3d4eb69e4548de5b8..7da4dc65b2c1dda1e9edf5ea37104ece79f2ec97 100644 (file)
@@ -757,7 +757,7 @@ struct cum_args { int ca_nregparms; int ca_nstackparms; };
 
 /* Define how to round to the next parameter boundary.
    This macro is used only in macro definitions below and/or i960.c.  */
-#define ROUND(X, MULTIPLE_OF)  \
+#define ROUND_PARM(X, MULTIPLE_OF)     \
   ((((X) + (MULTIPLE_OF) - 1) / (MULTIPLE_OF)) * MULTIPLE_OF)
 
 /* Initialize a variable CUM of type CUMULATIVE_ARGS