From 0c7771a7062fc982cbaca53fee022d9538a44f70 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 31 Aug 2002 13:12:46 +0000 Subject: removed bad strdup implementation svn-id: r4876 --- common/scummsys.h | 1 - 1 file changed, 1 deletion(-) (limited to 'common') diff --git a/common/scummsys.h b/common/scummsys.h index 61b5d6a500..5234c1ceaf 100644 --- a/common/scummsys.h +++ b/common/scummsys.h @@ -153,7 +153,6 @@ typedef signed long int32; #include "macos.h" #define scumm_stricmp strcmp -inline char* strdup(char *buf) {return (char*)buf;}; #define CHECK_HEAP #define SCUMM_BIG_ENDIAN -- cgit v1.2.3