X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fcm.h;h=3a708914e85512393bb7606464a9960f6739cbc7;hp=0442b2016cad729b82d58ddde009b44fc241bfb5;hb=716cfba952c1dc0d2cf5c968971f3780ba728a89;hpb=d74da9234cc42e8018b1500105c3892a5c46d5e3 diff --git a/src/cm.h b/src/cm.h index 0442b20..3a70891 100644 --- a/src/cm.h +++ b/src/cm.h @@ -23,8 +23,8 @@ Boston, MA 02111-1307, USA. */ /* #### Chuck -- This file should be deleted. I'm not deleting it yet because there might be something you want out of it. */ -#ifndef _XEMACS_CM_H_ -#define _XEMACS_CM_H_ +#ifndef INCLUDED_cm_h_ +#define INCLUDED_cm_h_ /* Holds the minimum and maximum costs for the parametrized capabilities. */ struct parmcap @@ -181,4 +181,4 @@ void cmgoto (int, int); void Wcm_clear (void); int Wcm_init (void); -#endif /* _XEMACS_CM_H_ */ +#endif /* INCLUDED_cm_h_ */