diff options
Diffstat (limited to 'gdb/carp-tdep.c')
-rw-r--r-- | gdb/carp-tdep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/carp-tdep.c b/gdb/carp-tdep.c index 9d7392d..ffddab5 100644 --- a/gdb/carp-tdep.c +++ b/gdb/carp-tdep.c @@ -514,6 +514,8 @@ Define this to be either @code{<} if the targets stack grows downward in memory, or @code{>} is the stack grows upwards. #endif /* #define INNER_THAN < */ +extern int carp_inner_than (int, int); +#define INNER_THAN(x,y) carp_inner_than(x,y) #if 0 |