Mercurial > hg > xemacs-beta
diff src/syntax.h @ 5178:97eb4942aec8
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Mon, 29 Mar 2010 21:28:13 -0500 |
parents | a9c41067dd88 |
children | 308d34e9f07d |
line wrap: on
line diff
--- a/src/syntax.h Tue Feb 23 07:28:35 2010 -0600 +++ b/src/syntax.h Mon Mar 29 21:28:13 2010 -0500 @@ -296,7 +296,7 @@ struct syntax_cache { #ifdef NEW_GC - struct lrecord_header header; + NORMAL_LISP_OBJECT_HEADER header; #endif /* NEW_GC */ int use_code; /* Whether to use syntax_code or syntax_table. This is set @@ -339,7 +339,7 @@ #ifdef NEW_GC typedef struct syntax_cache Lisp_Syntax_Cache; -DECLARE_LRECORD (syntax_cache, Lisp_Syntax_Cache); +DECLARE_LISP_OBJECT (syntax_cache, Lisp_Syntax_Cache); #define XSYNTAX_CACHE(x) \ XRECORD (x, syntax_cache, Lisp_Syntax_Cache)