Simplify __USEWIDE
[binutils-gdb.git] / libiberty / strerror.c
index cc7692c1d6951ce7008b59d7f93766777d256547..07db71698d9ebeeb9c8ac9e249cae07ae0cdd611 100644 (file)
 #ifdef HAVE_STDLIB_H
 #include <stdlib.h>
 #else
-extern PTR malloc ();
+extern void *malloc ();
 #endif
 
 #ifdef HAVE_STRING_H
 #include <string.h>
 #else
-extern PTR memset ();
+extern void *memset ();
 #endif
 
 #ifndef MAX