From: ceriel Date: Mon, 30 Jul 1990 16:03:15 +0000 (+0000) Subject: fixed declaration of C_error X-Git-Tag: release-5-5~1617 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=76fd4c3d7b2351285111da295ac2c35cef46a17a;p=ack.git fixed declaration of C_error --- diff --git a/modules/src/em_code/C_out.c b/modules/src/em_code/C_out.c index dcced6eae..47cb87aaf 100644 --- a/modules/src/em_code/C_out.c +++ b/modules/src/em_code/C_out.c @@ -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)