Mercurial > emacs
changeset 29570:825505ff211e
(EMACS_CHARSET_H): Renamed from _CHARSET_H.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sun, 11 Jun 2000 23:41:07 +0000 |
parents | 2d148b8db59b |
children | 951ead33c624 |
files | src/charset.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/charset.h Sun Jun 11 23:40:14 2000 +0000 +++ b/src/charset.h Sun Jun 11 23:41:07 2000 +0000 @@ -19,8 +19,8 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef _CHARSET_H -#define _CHARSET_H +#ifndef EMACS_CHARSET_H +#define EMACS_CHARSET_H /* #define BYTE_COMBINING_DEBUG */ @@ -805,4 +805,4 @@ while (i--) *to_p++ = *from_p++; \ } while (0) -#endif /* _CHARSET_H */ +#endif /* EMACS_CHARSET_H */