comparison src/database.h @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents c5d627a313b1
children 2f8bb876ab1d
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
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 _XEMACS_DATABASE_H 24 #ifndef INCLUDED_database_h_
25 #define _XEMACS_DATABASE_H 25 #define INCLUDED_database_h_
26 26
27 DECLARE_LRECORD (database, struct Lisp_Database); 27 typedef struct Lisp_Database Lisp_Database;
28 DECLARE_LRECORD (database, Lisp_Database);
28 29
29 #endif 30 #endif /* INCLUDED_database_h_ */