mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 15:52:00 -08:00
(SYNTAX_ENTRY_INT): Don't use make_number.
This commit is contained in:
parent
4732abfced
commit
501d7ac6bb
1 changed files with 1 additions and 2 deletions
|
|
@ -82,8 +82,7 @@ enum syntaxcode
|
|||
# define CURRENT_SYNTAX_TABLE current_buffer->syntax_table
|
||||
#endif
|
||||
|
||||
#define SYNTAX_ENTRY_INT(c) \
|
||||
CHAR_TABLE_REF (CURRENT_SYNTAX_TABLE, make_number (c))
|
||||
#define SYNTAX_ENTRY_INT(c) CHAR_TABLE_REF (CURRENT_SYNTAX_TABLE, (c))
|
||||
|
||||
/* Extract the information from the entry for character C
|
||||
in the current syntax table. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue