comparison src/database.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 2f8bb876ab1d
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
16 You should have received a copy of the GNU General Public License 16 You should have received a copy of the GNU General Public License
17 along with XEmacs; see the file COPYING. If not, write to 17 along with XEmacs; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20 20
21 /* This file is only necessary to get inline handling correct. 21 /* This file is only necessary to get INLINE handling correct.
22 See inline.c */ 22 See inline.c */
23 23
24 #ifndef INCLUDED_database_h_ 24 #ifndef _XEMACS_DATABASE_H
25 #define INCLUDED_database_h_ 25 #define _XEMACS_DATABASE_H
26 26
27 typedef struct Lisp_Database Lisp_Database; 27 DECLARE_LRECORD (database, struct Lisp_Database);
28 DECLARE_LRECORD (database, Lisp_Database);
29 28
30 #endif /* INCLUDED_database_h_ */ 29 #endif