# HG changeset patch # User Gerd Moellmann # Date 980973160 0 # Node ID 1416f2329eb22b6b2a9ed2f1855a5dbf93ea4829 # Parent f1e0eb81cbe4558964f1277f167a12b355bb0fe4 (EMACS_FRAME_H_INCLUDED): Use an include blocker identifier which is not reserved by Standard C. diff -r f1e0eb81cbe4 -r 1416f2329eb2 src/frame.h --- a/src/frame.h Wed Jan 31 20:28:13 2001 +0000 +++ b/src/frame.h Wed Jan 31 20:32:40 2001 +0000 @@ -18,10 +18,12 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Don't multiply include: dispextern.h includes macterm.h which includes frame.h - some emacs source includes both dispextern.h and frame.h */ -#ifndef _XFRAME_H_ -#define _XFRAME_H_ +/* Don't multiply include: dispextern.h includes macterm.h which + includes frame.h some emacs source includes both dispextern.h and + frame.h */ + +#ifndef EMACS_FRAME_H_INCLUDED +#define EMACS_FRAME_H_INCLUDED /* Miscellanea. */ @@ -781,4 +783,4 @@ ? make_float ((double) (Y) / CANON_Y_UNIT (F)) \ : make_number ((Y) / CANON_Y_UNIT (F))) -#endif /* not defined _FRAME_H_ */ +#endif /* not EMACS_FRAME_H_INCLUDED */