From 7c1950f9d275730b87e89ce1f12c47a2fb56241f Mon Sep 17 00:00:00 2001 From: terminx Date: Tue, 9 Jun 2009 06:43:10 +0000 Subject: [PATCH] Fix building on linux git-svn-id: https://svn.eduke32.com/eduke32@1426 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/build/include/nedmalloc.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/polymer/eduke32/build/include/nedmalloc.h b/polymer/eduke32/build/include/nedmalloc.h index f239edf1d..64e9281d5 100644 --- a/polymer/eduke32/build/include/nedmalloc.h +++ b/polymer/eduke32/build/include/nedmalloc.h @@ -29,6 +29,9 @@ DEALINGS IN THE SOFTWARE. #ifndef NEDMALLOC_H #define NEDMALLOC_H +#ifndef UNREFERENCED_PARAMETER +#define UNREFERENCED_PARAMETER(x) x=x +#endif /* See malloc.c.h for what each function does.