Fix building on linux

git-svn-id: https://svn.eduke32.com/eduke32@1426 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
terminx 2009-06-09 06:43:10 +00:00
parent 2f86c2a20f
commit 7c1950f9d2
1 changed files with 3 additions and 0 deletions

View File

@ -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.