Browse Source

fixed declaration of C_error

ceriel 34 years ago
parent
commit
e123dc64f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/src/em_code/C_out.c

+ 1 - 1
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)