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 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define DECR_PC_AFTER_BREAK 0
/* mvs_check INNER_THAN */
#define INNER_THAN <
#define INNER_THAN(lhs,rhs) ((lhs) < (rhs))
/* mvs_check SAVED_PC_AFTER_CALL */
#define SAVED_PC_AFTER_CALL(fi) read_register (RP_REGNUM)