comparison src/database.c @ 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 d877c14318b3
children 623d57b7fbe8
comparison
equal deleted inserted replaced
5119:d877c14318b3 5120:d1247f3cc363
145 Lisp_Object (*last_error) (Lisp_Database *); 145 Lisp_Object (*last_error) (Lisp_Database *);
146 } DB_FUNCS; 146 } DB_FUNCS;
147 147
148 struct Lisp_Database 148 struct Lisp_Database
149 { 149 {
150 struct LCRECORD_HEADER header; 150 LISP_OBJECT_HEADER header;
151 Lisp_Object fname; 151 Lisp_Object fname;
152 int mode; 152 int mode;
153 int access_; 153 int access_;
154 int dberrno; 154 int dberrno;
155 int live_p; 155 int live_p;