X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fobjects-x.h;h=8bfdfd1fd62b09583fc37743650e91f387d46a2a;hb=2cbece6401b2279497293e6dc54cda607f49db2f;hp=de5ff4e5319ff544bb3b940633a2e40a34311516;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git- diff --git a/src/objects-x.h b/src/objects-x.h index de5ff4e..8bfdfd1 100644 --- a/src/objects-x.h +++ b/src/objects-x.h @@ -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_ */