From 132c23b4b9134b9e8969fb57484f9fcdad1d46f5 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 15 Nov 2006 17:52:23 +0000 Subject: 2006-11-15 Martin Hunt * alloc.c (STP_ALLOC_FLAGS): Define. Cleanup ifdefs. * map.c: Use STP_ALLOC_FLAGS. * stat.c: ditto. --- runtime/runtime.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/runtime.h') diff --git a/runtime/runtime.h b/runtime/runtime.h index d0038903..858ef639 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -71,12 +71,12 @@ static struct #define TRYLOCKDELAY 100 #endif +#include "alloc.c" #include "print.c" #include "string.c" #include "arith.c" #include "copy.c" #include "sym.h" -#include "alloc.c" #ifdef STP_PERFMON #include "perf.c" #endif -- cgit