From 0fd2b52c4ee15c3e23d4ef3195c5cfcf6a8d200f Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 29 Jun 2006 22:02:18 +0000 Subject: [PATCH] (Q_denotational): New extern when UTF2000 or HAVE_CONCORD is defined. (Q_denotational_from): Likewise. (Q_subsumptive): Likewise. (Q_subsumptive_from): Likewise. --- src/chartab.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/chartab.h b/src/chartab.h index 788810f..db90d47 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 MORIOKA Tomohiko This file is part of XEmacs. @@ -56,6 +56,13 @@ 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 + /************************************************************************/ /* Char-ID Tables */ /************************************************************************/ -- 1.7.10.4