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