From 3a0c96a9966a85f4205558490e1281471c34980f Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Sat, 28 Nov 1998 22:53:04 +0000 Subject: CARP: Rewrite INNER_THAN so that it takes parameters. --- gdb/config/pa/tm-hppa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/config/pa') diff --git a/gdb/config/pa/tm-hppa.h b/gdb/config/pa/tm-hppa.h index 5c4566e..5a187fb 100644 --- a/gdb/config/pa/tm-hppa.h +++ b/gdb/config/pa/tm-hppa.h @@ -103,7 +103,7 @@ extern CORE_ADDR saved_pc_after_call PARAMS ((struct frame_info *)); /* Stack grows upward */ -#define INNER_THAN > +#define INNER_THAN(lhs,rhs) ((lhs) > (rhs)) /* Sequence of bytes for breakpoint instruction. */ -- cgit v1.1