From 231111ce3d3d37c05a71591a4760a6dc95beac69 Mon Sep 17 00:00:00 2001 From: matthijs Date: Sun, 3 Dec 2006 17:27:43 +0000 Subject: (svn r7331) - Codechange: Rename all memory pool macro's and types to "old pool", so the new pool implementation can be committed alongside it. - Codechange: Rename pool.[ch] to oldpool.[ch]. --- order_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'order_cmd.c') diff --git a/order_cmd.c b/order_cmd.c index 20966a084..fe4511d77 100644 --- a/order_cmd.c +++ b/order_cmd.c @@ -28,7 +28,7 @@ static void OrderPoolNewBlock(uint start_item) for (order = GetOrder(start_item); order != NULL; order = (order->index + 1U < GetOrderPoolSize()) ? GetOrder(order->index + 1U) : NULL) order->index = start_item++; } -DEFINE_POOL(Order, Order, OrderPoolNewBlock, NULL) +DEFINE_OLD_POOL(Order, Order, OrderPoolNewBlock, NULL) /** * -- cgit v1.2.3-70-g09d2