X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fblocktype.h;h=3d3c9fa765a27869a7e61f1dc49f1a05ee48f907;hb=6c4e704a9fcc4516105b4178261f9e48e7fff1ce;hp=c4f9b2421b6e76fa7fe8563ce3cd6a3ab4f0cf59;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git.1 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_ */