--- yenc.h Sat Feb 22 10:17:25 2003 +++ yenc.h.new Sun May 9 13:46:00 2004 @@ -25,8 +25,6 @@ void throw_exception(int code, char *msg); char *check_exception(void); void clear_exception(void); -int err_code; -char err_msg[256]; void crc_init(void); void crc_add(int c); int readable(FILE *);