diff options
Diffstat (limited to 'gdb/config/none')
-rw-r--r-- | gdb/config/none/tm-none.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/none/tm-none.h b/gdb/config/none/tm-none.h index 7f7e7d8..4b16b3b 100644 --- a/gdb/config/none/tm-none.h +++ b/gdb/config/none/tm-none.h @@ -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)) |