diff 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
line wrap: on
line diff
--- a/src/database.h	Mon Aug 13 11:19:22 2007 +0200
+++ b/src/database.h	Mon Aug 13 11:20:41 2007 +0200
@@ -18,13 +18,12 @@
 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-/* This file is only necessary to get inline handling correct.
+/* This file is only necessary to get INLINE handling correct.
    See inline.c  */
 
-#ifndef INCLUDED_database_h_
-#define INCLUDED_database_h_
+#ifndef _XEMACS_DATABASE_H
+#define _XEMACS_DATABASE_H
 
-typedef struct Lisp_Database Lisp_Database;
-DECLARE_LRECORD (database, Lisp_Database);
+DECLARE_LRECORD (database, struct Lisp_Database);
 
-#endif /* INCLUDED_database_h_ */
+#endif