comparison src/syntax.c @ 5126:2a462149bd6a ben-lisp-object

merge
author Ben Wing <ben@xemacs.org>
date Wed, 24 Feb 2010 19:04:27 -0600
parents b5df3737028a d4f666cda5e6
children a9c41067dd88
comparison
equal deleted inserted replaced
5125:b5df3737028a 5126:2a462149bd6a
28 #include "lisp.h" 28 #include "lisp.h"
29 29
30 #include "buffer.h" 30 #include "buffer.h"
31 #include "syntax.h" 31 #include "syntax.h"
32 #include "extents.h" 32 #include "extents.h"
33
34 #ifdef NEW_GC
35 # define UNUSED_IF_NEW_GC(decl) UNUSED (decl)
36 #else
37 # define UNUSED_IF_NEW_GC(decl) decl
38 #endif
39 33
40 #define ST_COMMENT_STYLE 0x101 34 #define ST_COMMENT_STYLE 0x101
41 #define ST_STRING_STYLE 0x102 35 #define ST_STRING_STYLE 0x102
42 36
43 Lisp_Object Qsyntax_table; 37 Lisp_Object Qsyntax_table;