fixed declaration of C_error

This commit is contained in:
ceriel 1990-07-30 16:03:15 +00:00
parent 8eecdff85a
commit 76fd4c3d7b

View file

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