X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fchartab.h;h=b54d4611cb36cd63961b513f37dc9918380f0a70;hb=b1e16d82a9c78df4cf3e1e96a0c0e51008b5426b;hp=788810fa4144073924bb6fccb4c08c4af61ba22c;hpb=4bd5ac727bd010fa78817703a905329f9221e863;p=chise%2Fxemacs-chise.git- diff --git a/src/chartab.h b/src/chartab.h index 788810f..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 MORIOKA Tomohiko + Copyright (C) 1999,2000,2001,2002,2003,2004,2006,2010 MORIOKA Tomohiko This file is part of XEmacs. @@ -56,6 +56,17 @@ extern CHISE_DS *default_chise_data_source; int open_chise_data_source_maybe (void); #endif +#if defined(UTF2000) || defined(HAVE_CONCORD) +extern Lisp_Object Q_denotational; +extern Lisp_Object Q_denotational_from; +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 */ /************************************************************************/