XEmacs 21.2.28 "Hermes".
[chise/xemacs-chise.git.1] / src / objects-x.h
index de5ff4e..8bfdfd1 100644 (file)
@@ -22,8 +22,8 @@ Boston, MA 02111-1307, USA.  */
 
 /* Synched up with:  Not in FSF. */
 
-#ifndef _XEMACS_OBJECTS_X_H_
-#define _XEMACS_OBJECTS_X_H_
+#ifndef INCLUDED_objects_x_h_
+#define INCLUDED_objects_x_h_
 
 #include "objects.h"
 
@@ -64,4 +64,5 @@ struct x_font_instance_data
 #define FONT_INSTANCE_X_TRUENAME(f) (X_FONT_INSTANCE_DATA (f)->truename)
 
 #endif /* HAVE_X_WINDOWS */
-#endif /* _XEMACS_OBJECTS_X_H_ */
+
+#endif /* INCLUDED_objects_x_h_ */