diff options
author | Andrew Cagney <cagney@redhat.com> | 1998-11-28 22:53:04 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1998-11-28 22:53:04 +0000 |
commit | 3a0c96a9966a85f4205558490e1281471c34980f (patch) | |
tree | 6b5b199df7937536be9ad316fe4283f851d64cc5 /gdb/carp-tdep.c | |
parent | 02331869322178ead208b8328caab67c5a77b6b3 (diff) | |
download | gdb-3a0c96a9966a85f4205558490e1281471c34980f.zip gdb-3a0c96a9966a85f4205558490e1281471c34980f.tar.gz gdb-3a0c96a9966a85f4205558490e1281471c34980f.tar.bz2 |
CARP:
Rewrite INNER_THAN so that it takes parameters.
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 |