remove duplicate definition of G

caught by tinycc
This commit is contained in:
Aaron Lehmann 2002-08-23 07:51:01 +00:00
parent 0df910af49
commit 84878fe20e

View File

@ -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)