Mercurial > hg > xemacs-beta
comparison src/database.c @ 420:41dbb7a9d5f2 r21-2-18
Import from CVS: tag r21-2-18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:24:09 +0200 |
parents | 697ef44129c6 |
children | 11054d720c21 |
comparison
equal
deleted
inserted
replaced
419:66615b78f1a5 | 420:41dbb7a9d5f2 |
---|---|
193 db->funcs->close (db); | 193 db->funcs->close (db); |
194 } | 194 } |
195 | 195 |
196 DEFINE_LRECORD_IMPLEMENTATION ("database", database, | 196 DEFINE_LRECORD_IMPLEMENTATION ("database", database, |
197 mark_database, print_database, | 197 mark_database, print_database, |
198 finalize_database, 0, 0, | 198 finalize_database, 0, 0, 0, |
199 Lisp_Database); | 199 Lisp_Database); |
200 | 200 |
201 DEFUN ("close-database", Fclose_database, 1, 1, 0, /* | 201 DEFUN ("close-database", Fclose_database, 1, 1, 0, /* |
202 Close database DATABASE. | 202 Close database DATABASE. |
203 */ | 203 */ |