X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fdatabase.h;h=aad2ca55683a40f0f661bfd692c14a355c995545;hb=3aca7317dd930beecbddba646284279744087e69;hp=d9555ca1cf18ace4c7102bc23cf9885f2ef0cd8b;hpb=2e3e3f9ee27fec50f45c282d71eaddf7c673bc56;p=chise%2Fxemacs-chise.git- diff --git a/src/database.h b/src/database.h index d9555ca..aad2ca5 100644 --- a/src/database.h +++ b/src/database.h @@ -18,12 +18,13 @@ along with XEmacs; see the file COPYING. If not, write to 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 _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_ */