/[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.2 by handa, Tue Mar 5 00:09:36 2002 UTC revision 1.37.2.3 by fx, Thu May 9 17:59:01 2002 UTC
# Line 1  Line 1 
1  /* Declarations having to do with GNU Emacs syntax tables.  /* Declarations having to do with GNU Emacs syntax tables.
2     Copyright (C) 1985, 93, 94, 97, 1998 Free Software Foundation, Inc.     Copyright (C) 1985, 93, 94, 97, 1998, 2002 Free Software Foundation, Inc.
3    
4  This file is part of GNU Emacs.  This file is part of GNU Emacs.
5    
# Line 110  enum syntaxcode Line 110  enum syntaxcode
110        ? XCDR (temp)                                             \        ? XCDR (temp)                                             \
111        : Qnil); })        : Qnil); })
112  #else  #else
113    extern Lisp_Object syntax_temp;
114  #define SYNTAX(c)                                                       \  #define SYNTAX(c)                                                       \
115    (syntax_temp = SYNTAX_ENTRY ((c)),                                    \    (syntax_temp = SYNTAX_ENTRY ((c)),                                    \
116     (CONSP (syntax_temp)                                                 \     (CONSP (syntax_temp)                                                 \

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

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