(SYNTAX_ENTRY_INT): Don't use make_number.
authorDave Love <fx@gnu.org>
Tue, 16 Jul 2002 14:58:26 +0000 (14:58 +0000)
committerDave Love <fx@gnu.org>
Tue, 16 Jul 2002 14:58:26 +0000 (14:58 +0000)
src/syntax.h

index 2cd1371..1e702bb 100644 (file)
@@ -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.  */