comparison src/database.h @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children abe6d1db359e
comparison
equal deleted inserted replaced
439:357dd071b03c 440:8de8e3f6228a
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_ */