Shift positions on memory.h. Seems gcc has changed.

This commit is contained in:
K. Richard Pixley 1991-10-16 08:56:25 +00:00
parent 5dfddc7fc6
commit d93912533e
1 changed files with 3 additions and 3 deletions

View File

@ -4,10 +4,10 @@
#define NO_STDARG
#endif /* not __STDC__ */
#ifndef __GNUC__
#ifndef __STDC__
#if !defined(__GNUC__) & !defined(__STDC__)
#include <memory.h>
#endif
#else
extern int memset();
#endif
#include <ctype.h>