Mercurial > hg > xemacs-beta
comparison src/database.h @ 5133:444a448b2f53
Merge branch ben-lisp-object into default branch
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sun, 07 Mar 2010 06:47:37 -0600 |
parents | e0db3c197671 |
children | 308d34e9f07d |
comparison
equal
deleted
inserted
replaced
5113:b2dcf6a6d8ab | 5133:444a448b2f53 |
---|---|
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_ */ |