X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fconsole-stream.h;h=a82bd99b6dcc0aeb1f4fe1f72273924b737e5924;hb=bd79b2fccba1fc679c739ce602eef82eaf0218e9;hp=e70165c155a263dadb8ef32cb00c569cad1c1a4f;hpb=ea1ea793fe6e244ef5555ed983423a204101af13;p=chise%2Fxemacs-chise.git.1 diff --git a/src/console-stream.h b/src/console-stream.h index e70165c..a82bd99 100644 --- a/src/console-stream.h +++ b/src/console-stream.h @@ -23,8 +23,8 @@ Boston, MA 02111-1307, USA. */ /* Written by Ben Wing. */ -#ifndef _XEMACS_CONSOLE_STREAM_H_ -#define _XEMACS_CONSOLE_STREAM_H_ +#ifndef INCLUDED_console_stream_h_ +#define INCLUDED_console_stream_h_ #include "console.h" @@ -50,4 +50,4 @@ Lisp_Object stream_semi_canonicalize_device_connection(Lisp_Object, Error_behavior); Lisp_Object stream_canonicalize_device_connection(Lisp_Object, Error_behavior); -#endif /* _XEMACS_CONSOLE_STREAM_H_ */ +#endif /* INCLUDED_console_stream_h_ */