From c1ecf4ace2a59be40c68f3f9f58370e124f68763 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Mon, 26 Jun 2000 23:35:00 +0000 Subject: [PATCH] Remove declaration of REQUIRE --- lib/lwres/lwbuffer.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/lwres/lwbuffer.c b/lib/lwres/lwbuffer.c index 948fcf9828..b5c69f3c80 100644 --- a/lib/lwres/lwbuffer.c +++ b/lib/lwres/lwbuffer.c @@ -15,10 +15,7 @@ * SOFTWARE. */ -/* $Id: lwbuffer.c,v 1.6 2000/06/22 21:59:30 tale Exp $ */ - -/* XXXMLG */ -#define REQUIRE(x) +/* $Id: lwbuffer.c,v 1.7 2000/06/26 23:35:00 bwelling Exp $ */ #include @@ -26,6 +23,8 @@ #include +#include "assert_p.h" + void lwres_buffer_init(lwres_buffer_t *b, void *base, unsigned int length) {