This commit was generated by cvs2svn to compensate for changes in r2813,
[chise/xemacs-chise.git.1] / src / database.h
index 42589ff..d9555ca 100644 (file)
@@ -21,10 +21,9 @@ Boston, MA 02111-1307, USA.  */
 /* 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