From: Gerd Moellmann Date: Wed, 31 Jan 2001 20:34:39 +0000 (+0000) Subject: Change the include blocker to the same form as in other header X-Git-Tag: emacs-pretest-21.0.98~239 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=84e01749c6ea707e41eed5f3398b89b939d0d8a7;p=emacs.git Change the include blocker to the same form as in other header files. --- diff --git a/src/frame.h b/src/frame.h index 947f7a5f6b6..5a8e66066af 100644 --- a/src/frame.h +++ b/src/frame.h @@ -22,8 +22,8 @@ Boston, MA 02111-1307, USA. */ includes frame.h some emacs source includes both dispextern.h and frame.h */ -#ifndef EMACS_FRAME_H_INCLUDED -#define EMACS_FRAME_H_INCLUDED +#ifndef EMACS_FRAME_H +#define EMACS_FRAME_H /* Miscellanea. */ @@ -783,4 +783,4 @@ extern Lisp_Object selected_frame; ? make_float ((double) (Y) / CANON_Y_UNIT (F)) \ : make_number ((Y) / CANON_Y_UNIT (F))) -#endif /* not EMACS_FRAME_H_INCLUDED */ +#endif /* not EMACS_FRAME_H */