1999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>
[deliverable/binutils-gdb.git] / gdb / carp-tdep.c
index 9d7392da9ccb58ca563273fb95317b589cd971d2..ffddab59eedfdd5ec8b2ec65bc940b69f8f3c6a3 100644 (file)
@@ -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
This page took 0.022811 seconds and 4 git commands to generate.