remove duplicate definition of G
caught by tinycc
This commit is contained in:
parent
0df910af49
commit
84878fe20e
@ -110,8 +110,6 @@ static struct Globalvars {
|
||||
#ifdef USE_GLOBALVAR_PTR
|
||||
struct Globalvars * Gptr;
|
||||
#define G (*Gptr)
|
||||
#else
|
||||
static struct Globalvars G;
|
||||
#endif
|
||||
|
||||
static inline void iacflush(void)
|
||||
|
Loading…
Reference in New Issue
Block a user