Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/database.h Mon Aug 13 11:12:06 2007 +0200 +++ b/src/database.h Mon Aug 13 11:13:30 2007 +0200 @@ -21,9 +21,10 @@ /* This file is only necessary to get INLINE handling correct. See inline.c */ -#ifndef _XEMACS_DATABASE_H -#define _XEMACS_DATABASE_H +#ifndef INCLUDED_database_h_ +#define INCLUDED_database_h_ -DECLARE_LRECORD (database, struct Lisp_Database); +typedef struct Lisp_Database Lisp_Database; +DECLARE_LRECORD (database, Lisp_Database); -#endif +#endif /* INCLUDED_database_h_ */