diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/frame.h b/src/frame.h index ccbb29c2f23..947f7a5f6b6 100644 --- a/src/frame.h +++ b/src/frame.h | |||
| @@ -18,10 +18,12 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
| 19 | Boston, MA 02111-1307, USA. */ | 19 | Boston, MA 02111-1307, USA. */ |
| 20 | 20 | ||
| 21 | /* Don't multiply include: dispextern.h includes macterm.h which includes frame.h | 21 | /* Don't multiply include: dispextern.h includes macterm.h which |
| 22 | some emacs source includes both dispextern.h and frame.h */ | 22 | includes frame.h some emacs source includes both dispextern.h and |
| 23 | #ifndef _XFRAME_H_ | 23 | frame.h */ |
| 24 | #define _XFRAME_H_ | 24 | |
| 25 | #ifndef EMACS_FRAME_H_INCLUDED | ||
| 26 | #define EMACS_FRAME_H_INCLUDED | ||
| 25 | 27 | ||
| 26 | 28 | ||
| 27 | /* Miscellanea. */ | 29 | /* Miscellanea. */ |
| @@ -781,4 +783,4 @@ extern Lisp_Object selected_frame; | |||
| 781 | ? make_float ((double) (Y) / CANON_Y_UNIT (F)) \ | 783 | ? make_float ((double) (Y) / CANON_Y_UNIT (F)) \ |
| 782 | : make_number ((Y) / CANON_Y_UNIT (F))) | 784 | : make_number ((Y) / CANON_Y_UNIT (F))) |
| 783 | 785 | ||
| 784 | #endif /* not defined _FRAME_H_ */ | 786 | #endif /* not EMACS_FRAME_H_INCLUDED */ |