Patch around gcc builtin memory functions.

This commit is contained in:
K. Richard Pixley 1991-09-01 23:36:56 +00:00
parent 9b24fc7087
commit 5cf89596e7

View File

@ -4,7 +4,11 @@
#define NO_STDARG
#endif /* not __STDC__ */
#ifndef __GNUC__
#ifndef __STDC__
#include <memory.h>
#endif
#endif
#include <ctype.h>
#include <string.h>