summaryrefslogtreecommitdiff
path: root/xc/util/memleak/stackbottom.c
diff options
context:
space:
mode:
Diffstat (limited to 'xc/util/memleak/stackbottom.c')
-rw-r--r--xc/util/memleak/stackbottom.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/xc/util/memleak/stackbottom.c b/xc/util/memleak/stackbottom.c
index b29400eb6..565304f43 100644
--- a/xc/util/memleak/stackbottom.c
+++ b/xc/util/memleak/stackbottom.c
@@ -4,7 +4,7 @@
* Cutter and Paster: Jeffrey Hsu
*/
-/* $XFree86: xc/util/memleak/stackbottom.c,v 3.1 1996/12/31 05:02:27 dawes Exp $ */
+/* $XFree86: xc/util/memleak/stackbottom.c,v 3.2 2001/07/25 15:05:31 dawes Exp $ */
#include <signal.h>
@@ -46,11 +46,7 @@ void GC_noop() {}
longjmp(GC_jmp_buf, 1);
}
-# ifdef __STDC__
typedef void (*handler)(int);
-# else
- typedef void (*handler)();
-# endif
/* Return the first nonaddressible location > p (up) or */
/* the smallest location q s.t. [q,p] is addressible (!up). */