Mercurial > hg > xemacs-beta
diff src/EmacsFrameP.h @ 412:697ef44129c6 r21-2-14
Import from CVS: tag r21-2-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:20:41 +0200 |
parents | 74fd4e045ea6 |
children |
line wrap: on
line diff
--- a/src/EmacsFrameP.h Mon Aug 13 11:19:22 2007 +0200 +++ b/src/EmacsFrameP.h Mon Aug 13 11:20:41 2007 +0200 @@ -21,8 +21,8 @@ /* Synched up with: Not in FSF. */ -#ifndef INCLUDED_EmacsFrameP_h_ -#define INCLUDED_EmacsFrameP_h_ +#ifndef _EmacsFrameP_h +#define _EmacsFrameP_h #include "xintrinsicp.h" #include <X11/CoreP.h> @@ -109,4 +109,6 @@ extern EmacsFrameClassRec emacsFrameClassRec; /* class pointer */ -#endif /* INCLUDED_EmacsFrameP_h_ */ + + +#endif /* _EmacsFrameP_h */