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