From: tomo Date: Tue, 16 Nov 2010 04:06:51 +0000 (+0000) Subject: (Vchise_system_db_directory): New extern when HAVE_CONCORD is defined. X-Git-Tag: r21-4-22-chise-0_25-4^20~39 X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=commitdiff_plain;h=6d7b2630353fcd796ab939bc9b79b9cc83dd0e31 (Vchise_system_db_directory): New extern when HAVE_CONCORD is defined. --- diff --git a/src/chartab.h b/src/chartab.h index db90d47..b54d461 100644 --- a/src/chartab.h +++ b/src/chartab.h @@ -1,7 +1,7 @@ /* Declarations having to do with Mule char tables. Copyright (C) 1992 Free Software Foundation, Inc. Copyright (C) 1995 Sun Microsystems, Inc. - Copyright (C) 1999,2000,2001,2002,2003,2004,2006 MORIOKA Tomohiko + Copyright (C) 1999,2000,2001,2002,2003,2004,2006,2010 MORIOKA Tomohiko This file is part of XEmacs. @@ -63,6 +63,10 @@ extern Lisp_Object Q_subsumptive; extern Lisp_Object Q_subsumptive_from; #endif +#ifdef HAVE_CONCORD +extern Lisp_Object Vchise_system_db_directory; +#endif + /************************************************************************/ /* Char-ID Tables */ /************************************************************************/