From c478f3d9469c09773097eba89342c311ee70a319 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Mon, 5 Aug 2002 10:31:35 +0000 Subject: Rename Buttress to Halibut. I _think_ I've caught everything in this pass. [originally from svn r1800] --- malloc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'malloc.c') diff --git a/malloc.c b/malloc.c index e9f54d6..1635b47 100644 --- a/malloc.c +++ b/malloc.c @@ -4,7 +4,7 @@ #include #include -#include "buttress.h" +#include "halibut.h" #ifdef LOGALLOC #define LOGPARAMS char *file, int line, @@ -37,8 +37,8 @@ static void logprintf(char *fmt, ...) { #endif /* - * smalloc should guarantee to return a useful pointer - buttress - * can do nothing except die when it's out of memory anyway + * smalloc should guarantee to return a useful pointer - Halibut + * can do nothing except die when it's out of memory anyway. */ void *(smalloc)(LOGPARAMS int size) { void *p; -- cgit v1.1