summaryrefslogtreecommitdiff
path: root/src/category.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2012-06-16 10:20:19 +0200
committerAndreas Schwab <schwab@linux-m68k.org>2012-06-16 10:20:19 +0200
commit29b83cecea5cbb09a715282824feb568f03cdf54 (patch)
tree7028e7dae1d86e441d2b68dda762608fe24397d3 /src/category.c
parent4c5501e98fe2336ef7b16bd276dfbbe3917376e9 (diff)
downloademacs-29b83cecea5cbb09a715282824feb568f03cdf54.tar.gz
* category.h (CHAR_HAS_CATEGORY): Define as inline.
(CATEGORY_MEMBER): Enforce 1/0 value. * category.c (_temp_category_set): Remove.
Diffstat (limited to 'src/category.c')
-rw-r--r--src/category.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/category.c b/src/category.c
index a59ad3da53e..5cb3020a2de 100644
--- a/src/category.c
+++ b/src/category.c
@@ -50,9 +50,6 @@ static int category_table_version;
static Lisp_Object Qcategory_table, Qcategoryp, Qcategorysetp, Qcategory_table_p;
-/* Temporary internal variable used in macro CHAR_HAS_CATEGORY. */
-Lisp_Object _temp_category_set;
-
/* Make CATEGORY_SET includes (if VAL is t) or excludes (if VAL is
nil) CATEGORY. */
#define SET_CATEGORY_SET(category_set, category, val) \