* memcpy.c: Remove ANSI_PROTOTYPES conditional code.

* memmove.c: Likewise.
	* objalloc.c: Likewise.
This commit is contained in:
Ben Elliston
2005-07-09 06:56:27 +00:00
parent da979fa888
commit c94c2c4ee4
4 changed files with 6 additions and 10 deletions

View File

@@ -30,10 +30,8 @@ Boston, MA 02110-1301, USA. */
#include <unixlib.h>
#else
#ifdef ANSI_PROTOTYPES
/* Get a definition for size_t. */
#include <stddef.h>
#endif
#ifdef HAVE_STDLIB_H
#include <stdlib.h>