Mercurial > hg > xemacs-beta
comparison src/chartab.c @ 203:850242ba4a81 r20-3b28
Import from CVS: tag r20-3b28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:02:21 +0200 |
parents | 3d6bfa290dbd |
children | e45d5e7c476e |
comparison
equal
deleted
inserted
replaced
202:61eefc8fc970 | 203:850242ba4a81 |
---|---|
1590 | 1590 |
1591 int | 1591 int |
1592 check_category_char (Emchar ch, Lisp_Object table, | 1592 check_category_char (Emchar ch, Lisp_Object table, |
1593 unsigned int designator, unsigned int not) | 1593 unsigned int designator, unsigned int not) |
1594 { | 1594 { |
1595 register Lisp_Object temp; | 1595 REGISTER Lisp_Object temp; |
1596 struct Lisp_Char_Table *ctbl; | 1596 struct Lisp_Char_Table *ctbl; |
1597 #ifdef ERROR_CHECK_TYPECHECK | 1597 #ifdef ERROR_CHECK_TYPECHECK |
1598 if (NILP (Fcategory_table_p (table))) | 1598 if (NILP (Fcategory_table_p (table))) |
1599 signal_simple_error ("Expected category table", table); | 1599 signal_simple_error ("Expected category table", table); |
1600 #endif | 1600 #endif |