This file is deprecated not "obsoleted".

This commit is contained in:
paul 1997-04-13 11:33:17 +00:00
parent 08375adf47
commit 3aafa26aa4

View File

@ -1,5 +1,5 @@
#if __GNUC__ #if __GNUC__
#warning "this file includes <malloc.h> which is obsoleted, use <stdlib.h> instead" #warning "this file includes <malloc.h> which is deprecated, use <stdlib.h> instead"
#endif #endif
#include <stdlib.h> #include <stdlib.h>