comparison src/syntax.h @ 5120:d1247f3cc363 ben-lisp-object

latest work on lisp-object workspace; more changes eliminating LCRECORD in place of LISP_OBJECT; now compiles and runs.
author Ben Wing <ben@xemacs.org>
date Mon, 28 Dec 2009 01:15:52 -0600
parents e0db3c197671
children a9c41067dd88
comparison
equal deleted inserted replaced
5119:d877c14318b3 5120:d1247f3cc363
294 need to recalculate, we can update the info from the previous info 294 need to recalculate, we can update the info from the previous info
295 faster than if we did the whole calculation from scratch. */ 295 faster than if we did the whole calculation from scratch. */
296 struct syntax_cache 296 struct syntax_cache
297 { 297 {
298 #ifdef NEW_GC 298 #ifdef NEW_GC
299 struct lrecord_header header; 299 LISP_OBJECT_HEADER header;
300 #endif /* NEW_GC */ 300 #endif /* NEW_GC */
301 int use_code; /* Whether to use syntax_code or 301 int use_code; /* Whether to use syntax_code or
302 syntax_table. This is set 302 syntax_table. This is set
303 depending on whether the 303 depending on whether the
304 syntax-table property is a 304 syntax-table property is a