# HG changeset patch # User Kenichi Handa # Date 960766884 0 # Node ID 951ead33c62460f43407e68b59363685484edadd # Parent 825505ff211e294fcb2cc88579eb029a53af8b7a (EMASC_CODING_H): Renamed from _CODING_H. diff -r 825505ff211e -r 951ead33c624 src/coding.h --- a/src/coding.h Sun Jun 11 23:41:07 2000 +0000 +++ b/src/coding.h Sun Jun 11 23:41:24 2000 +0000 @@ -19,12 +19,10 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef _CODING_H -#define _CODING_H +#ifndef EMACS_CODING_H +#define EMACS_CODING_H -#ifndef _CCL_H #include "ccl.h" -#endif /*** EMACS' INTERNAL FORMAT (emacs-mule) section ***/ @@ -708,4 +706,4 @@ #endif #endif -#endif /* _CODING_H */ +#endif /* EMACS_CODING_H */