comparison src/charset.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 b5df3737028a
comparison
equal deleted inserted replaced
5119:d877c14318b3 5120:d1247f3cc363
181 /* Information about a particular character set */ 181 /* Information about a particular character set */
182 /************************************************************************/ 182 /************************************************************************/
183 183
184 struct Lisp_Charset 184 struct Lisp_Charset
185 { 185 {
186 struct LCRECORD_HEADER header; 186 LISP_OBJECT_HEADER header;
187 187
188 int id; 188 int id;
189 Lisp_Object name; 189 Lisp_Object name;
190 Lisp_Object doc_string; 190 Lisp_Object doc_string;
191 Lisp_Object registries; 191 Lisp_Object registries;