From 3d0506696dfbb0cc617a62dde79c27af71e8dcd7 Mon Sep 17 00:00:00 2001 From: jkh 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 3072f9bd479a..c77663a8ade4 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();