mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
Shift positions on memory.h. Seems gcc has changed.
This commit is contained in:
@ -4,10 +4,10 @@
|
|||||||
#define NO_STDARG
|
#define NO_STDARG
|
||||||
#endif /* not __STDC__ */
|
#endif /* not __STDC__ */
|
||||||
|
|
||||||
#ifndef __GNUC__
|
#if !defined(__GNUC__) & !defined(__STDC__)
|
||||||
#ifndef __STDC__
|
|
||||||
#include <memory.h>
|
#include <memory.h>
|
||||||
#endif
|
#else
|
||||||
|
extern int memset();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
Reference in New Issue
Block a user