diff src/cm.h @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children abe6d1db359e
line wrap: on
line diff
--- a/src/cm.h	Mon Aug 13 11:32:27 2007 +0200
+++ b/src/cm.h	Mon Aug 13 11:33:38 2007 +0200
@@ -23,8 +23,8 @@
 /* #### 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 Wcm_clear (void);
 int Wcm_init (void);
 
-#endif /* _XEMACS_CM_H_ */
+#endif /* INCLUDED_cm_h_ */