mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
Shift positions on memory.h. Seems gcc has changed.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user