X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fblocktype.h;h=3d3c9fa765a27869a7e61f1dc49f1a05ee48f907;hp=c4f9b2421b6e76fa7fe8563ce3cd6a3ab4f0cf59;hb=716cfba952c1dc0d2cf5c968971f3780ba728a89;hpb=d74da9234cc42e8018b1500105c3892a5c46d5e3 diff --git a/src/blocktype.h b/src/blocktype.h index c4f9b24..3d3c9fa 100644 --- a/src/blocktype.h +++ b/src/blocktype.h @@ -26,8 +26,8 @@ Boston, MA 02111-1307, USA. Ben Wing: December 1994, for 19.12. */ -#ifndef _XEMACS_BLOCKTYPE_H_ -#define _XEMACS_BLOCKTYPE_H_ +#ifndef INCLUDED_blocktype_h_ +#define INCLUDED_blocktype_h_ #define Blocktype_declare(type) \ type *free; \ @@ -42,4 +42,4 @@ void Blocktype_free (void *bbb, void *el); (structype *) Blocktype_newf (sizeof(*(((structype *) NULL)->free))) #define Blocktype_alloc(b) (Blocktype_allocf (b), (b)->tempel) -#endif /* _XEMACS_BLOCKTYPE_H_ */ +#endif /* INCLUDED_blocktype_h_ */