Mercurial > hg > xemacs-beta
diff src/ExternalClient.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/ExternalClient.h Mon Aug 13 11:19:22 2007 +0200 +++ b/src/ExternalClient.h Mon Aug 13 11:20:41 2007 +0200 @@ -20,8 +20,8 @@ /* Written by Ben Wing. */ -#ifndef INCLUDED_ExternalClient_h_ -#define INCLUDED_ExternalClient_h_ +#ifndef _ExternalClient_h +#define _ExternalClient_h #ifndef XtNshellTimeout #define XtNshellTimeout "shellTimeout" @@ -71,4 +71,4 @@ void ExternalClientInitialize (Display *display, Window win); void ExternalClientEventHandler (Display *display, Window win, XEvent *event); -#endif /* INCLUDED_ExternalClient_h_ */ +#endif /* _ExternalClient_h */