icfree and ecfree added

SCCS-file: ialloc.c
SCCS-SID: 7.14
This commit is contained in:
Arthur David Olson
2012-07-18 03:01:44 -04:00
committed by Paul Eggert
parent c07b3825e1
commit 3474d90f4d
+7
View File
@@ -90,3 +90,10 @@ char * p;
if (!NULLMAL(p))
free(p);
}
icfree(p)
char * p;
{
if (!NULLMAL(p))
free(p);
}