comparison src/syntax.c @ 5052:92dc90c0bb40

merge
author Ben Wing <ben@xemacs.org>
date Sat, 20 Feb 2010 23:56:01 -0600
parents d4f666cda5e6
children 2a462149bd6a
comparison
equal deleted inserted replaced
5051:c3d372419e09 5052:92dc90c0bb40
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;