X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2FExternalShell.h;h=2d602440295e39d92b38f24f09934d429a83484d;hp=54c49b97d3f1bc1621002853cefb0471ad7a0acc;hb=716cfba952c1dc0d2cf5c968971f3780ba728a89;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910 diff --git a/src/ExternalShell.h b/src/ExternalShell.h index 54c49b9..2d60244 100644 --- a/src/ExternalShell.h +++ b/src/ExternalShell.h @@ -20,8 +20,8 @@ Boston, MA 02111-1307, USA. */ /* Written by Ben Wing, September 1993. */ -#ifndef _ExternalShell_h -#define _ExternalShell_h +#ifndef INCLUDED_ExternalShell_h_ +#define INCLUDED_ExternalShell_h_ #ifndef XtNwindow #define XtNwindow "window" @@ -54,4 +54,4 @@ void ExternalShellUnrealize(Widget w); #define is_external_shell(w) (XtClass (w) == externalShellWidgetClass) -#endif /* _ExternalShell_h */ +#endif /* INCLUDED_ExternalShell_h_ */