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

@@ -20,4 +20,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* This define is needed so that "gcc -MM" doesn't get errors and fail on
source files that use the value of INNER_THAN in preprocessor lines. */
#define INNER_THAN <
#define INNER_THAN(lhs,rhs) ((lhs) < (rhs))