fixed declaration of C_error
This commit is contained in:
parent
640fe76319
commit
e123dc64f4
@ -12,7 +12,7 @@ static arg();
|
|||||||
static pseudo();
|
static pseudo();
|
||||||
|
|
||||||
extern char em_flag[];
|
extern char em_flag[];
|
||||||
char C_error;
|
char *C_error;
|
||||||
|
|
||||||
#define flags(pp) (em_flag[(pp)->em_opcode - sp_fmnem] & EM_PAR)
|
#define flags(pp) (em_flag[(pp)->em_opcode - sp_fmnem] & EM_PAR)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user