From 352b8b3d50668bfde523dcc27b98ee342e6d0ce2 Mon Sep 17 00:00:00 2001 From: kvigor Date: Fri, 29 Sep 2000 17:06:23 +0000 Subject: [PATCH] replace obsolete prototypes with stdlib.h git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@421 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- as/mcs51/alloc.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/as/mcs51/alloc.h b/as/mcs51/alloc.h index f1b96d60..c711699a 100644 --- a/as/mcs51/alloc.h +++ b/as/mcs51/alloc.h @@ -1,7 +1,4 @@ /* alloc.h */ /* DECUS C */ -extern char *alloc(); -extern char *malloc(); -extern char *calloc(); -extern char *realloc(); +#include \ No newline at end of file -- 2.47.2