Mercurial > emacs
changeset 29571:951ead33c624
(EMASC_CODING_H): Renamed from _CODING_H.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sun, 11 Jun 2000 23:41:24 +0000 |
parents | 825505ff211e |
children | d88f50e982a1 |
files | src/coding.h |
diffstat | 1 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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 */