From: tomo Date: Fri, 4 Jun 2004 09:51:00 +0000 (+0000) Subject: (Qsystem_char_id): Deleted even if HAVE_CHISE is defined and X-Git-Tag: r21-4-14-chise-0_21-28-scid-fix^2~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=346fa020ff0f842d601a5a078c8f707cf7b03984;p=chise%2Fxemacs-chise.git.1 (Qsystem_char_id): Deleted even if HAVE_CHISE is defined and HAVE_LIBCHISE_LIBCHISE is not defined. --- diff --git a/src/chartab.c b/src/chartab.c index 564d77e..6fa3be2 100644 --- a/src/chartab.c +++ b/src/chartab.c @@ -1130,10 +1130,6 @@ make_char_id_table (Lisp_Object initval) } -#if defined(HAVE_CHISE) && !defined(HAVE_LIBCHISE_LIBCHISE) -Lisp_Object Qsystem_char_id; -#endif - Lisp_Object Qcomposition; Lisp_Object Q_decomposition; Lisp_Object Q_identical;