Added #define for Free, improved text

This commit is contained in:
ceriel
1989-07-11 17:02:07 +00:00
parent c8ca61ba6e
commit f62db3f3c6
2 changed files with 4 additions and 1 deletions

View File

@@ -36,4 +36,7 @@ typedef struct _ALLOC_ {
#define st_free(ptr, phead, size) (botch((char *)(ptr), size), \
_A_st_free(ptr, phead, size))
#endif BOTCH_FREE
#define Free(p) free(p)
#endif __ALLOC_INCLUDED__