X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fconsole-stream.h;h=a82bd99b6dcc0aeb1f4fe1f72273924b737e5924;hp=e70165c155a263dadb8ef32cb00c569cad1c1a4f;hb=716cfba952c1dc0d2cf5c968971f3780ba728a89;hpb=d74da9234cc42e8018b1500105c3892a5c46d5e3 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_ */