forked from Imagelibrary/binutils-gdb
CARP:
Rewrite INNER_THAN so that it takes parameters.
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user