(ROUND): Change macro name to ROUND_PARM.

From-SVN: r3265
This commit is contained in:
Jim Wilson 1993-01-18 10:44:27 -08:00
parent 025a8875ba
commit b46db6e4f4
1 changed files with 1 additions and 1 deletions

View 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