From: Jim Wilson Date: Mon, 18 Jan 1993 18:44:27 +0000 (-0800) Subject: (ROUND): Change macro name to ROUND_PARM. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b46db6e4f48f2a4f1cf61373fd82be6fd8bc48aa;p=gcc.git (ROUND): Change macro name to ROUND_PARM. From-SVN: r3265 --- diff --git a/gcc/config/i960/i960.h b/gcc/config/i960/i960.h index 4bf2728a5ea..7da4dc65b2c 100644 --- a/gcc/config/i960/i960.h +++ b/gcc/config/i960/i960.h @@ -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