From 78b44da72fe3b33ae100918665ffaa0953e931ab Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 13 Dec 1996 07:37:10 +0000 Subject: [PATCH] Remove bogus declaration of malloc(). Closes PR#2197 --- games/adventure/hdr.h | 1 - 1 file changed, 1 deletion(-) diff --git a/games/adventure/hdr.h b/games/adventure/hdr.h index 3072f9bd479..c77663a8ade 100644 --- a/games/adventure/hdr.h +++ b/games/adventure/hdr.h @@ -156,7 +156,6 @@ int turns,lmwarn,iwest,knfloc,detail, /* various flags & counters */ int demo,newloc,limit; -char *malloc(); char *decr(); unsigned long crc();