Rewrite INNER_THAN so that it takes parameters.
This commit is contained in:
Andrew Cagney 1998-11-28 22:53:04 +00:00
parent 0233186932
commit 3a0c96a996
31 changed files with 67 additions and 31 deletions

View file

@ -83,7 +83,7 @@ extern void arc_software_single_step PARAMS ((unsigned int, int));
/* Stack grows upward */
#define INNER_THAN <
#define INNER_THAN(lhs,rhs) ((lhs) < (rhs))
/* Say how long (ordinary) registers are. This is a piece of bogosity
used in push_word and a few other places; REGISTER_RAW_SIZE is the