Mercurial > emacs
changeset 29569:2d148b8db59b
(EMACS_CCL_H): Renamed from _CCL_H.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Sun, 11 Jun 2000 23:40:14 +0000 |
parents | de6c4562da6d |
children | 825505ff211e |
files | src/ccl.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ccl.h Sun Jun 11 23:02:14 2000 +0000 +++ b/src/ccl.h Sun Jun 11 23:40:14 2000 +0000 @@ -19,8 +19,8 @@ the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef _CCL_H -#define _CCL_H +#ifndef EMACS_CCL_H +#define EMACS_CCL_H /* Macros for exit status of CCL program. */ #define CCL_STAT_SUCCESS 0 /* Terminated successfully. */ @@ -81,4 +81,4 @@ is an index for Vccl_protram_table. */ extern Lisp_Object Qccl_program_idx; -#endif /* _CCL_H */ +#endif /* EMACS_CCL_H */