Mercurial > hg > xemacs-beta
comparison src/database.h @ 5118:e0db3c197671 ben-lisp-object
merge up to latest default branch, doesn't compile yet
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sat, 26 Dec 2009 21:18:49 -0600 |
parents | abe6d1db359e |
children | 308d34e9f07d |
comparison
equal
deleted
inserted
replaced
5117:3742ea8250b5 | 5118:e0db3c197671 |
---|---|
23 | 23 |
24 #ifndef INCLUDED_database_h_ | 24 #ifndef INCLUDED_database_h_ |
25 #define INCLUDED_database_h_ | 25 #define INCLUDED_database_h_ |
26 | 26 |
27 typedef struct Lisp_Database Lisp_Database; | 27 typedef struct Lisp_Database Lisp_Database; |
28 DECLARE_LRECORD (database, Lisp_Database); | 28 DECLARE_LISP_OBJECT (database, Lisp_Database); |
29 | 29 |
30 #endif /* INCLUDED_database_h_ */ | 30 #endif /* INCLUDED_database_h_ */ |