diff options
author | Kenichi Handa <handa@m17n.org> | 2000-06-11 23:41:24 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2000-06-11 23:41:24 +0000 |
commit | 6f776e81c7b6469f985e58e44deaf68512ab442c (patch) | |
tree | 4e4f9a0fdb32329e57c0e8f421212a2904b635a5 | |
parent | aa01a892df38bb50c9cbe347338246a04cbf3b7e (diff) | |
download | emacs-6f776e81c7b6469f985e58e44deaf68512ab442c.tar.gz emacs-6f776e81c7b6469f985e58e44deaf68512ab442c.tar.bz2 emacs-6f776e81c7b6469f985e58e44deaf68512ab442c.zip |
(EMASC_CODING_H): Renamed from _CODING_H.
-rw-r--r-- | src/coding.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/coding.h b/src/coding.h index fa8959ba239..e3643580011 100644 --- a/src/coding.h +++ b/src/coding.h @@ -19,12 +19,10 @@ along with GNU Emacs; see the file COPYING. If not, write to 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 @@ extern Lisp_Object Vw32_system_coding_system; #endif #endif -#endif /* _CODING_H */ +#endif /* EMACS_CODING_H */ |