/[emacs]/emacs/src/syntax.h
ViewVC logotype

Diff of /emacs/src/syntax.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.37.2.3 by fx, Thu May 9 17:59:01 2002 UTC revision 1.37.2.4 by fx, Tue Jul 16 14:58:26 2002 UTC
# Line 82  enum syntaxcode Line 82  enum syntaxcode
82  #  define CURRENT_SYNTAX_TABLE current_buffer->syntax_table  #  define CURRENT_SYNTAX_TABLE current_buffer->syntax_table
83  #endif  #endif
84    
85  #define SYNTAX_ENTRY_INT(c)     \  #define SYNTAX_ENTRY_INT(c) CHAR_TABLE_REF (CURRENT_SYNTAX_TABLE, (c))
   CHAR_TABLE_REF (CURRENT_SYNTAX_TABLE, make_number (c))  
86    
87  /* Extract the information from the entry for character C  /* Extract the information from the entry for character C
88     in the current syntax table.  */     in the current syntax table.  */

Legend:
Removed from v.1.37.2.3  
changed lines
  Added in v.1.37.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26