Mercurial > hg > xemacs-beta
diff src/mule-ccl.h @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | 3ecd8885ac67 |
children | abe6d1db359e |
line wrap: on
line diff
--- a/src/mule-ccl.h Mon Aug 13 11:32:27 2007 +0200 +++ b/src/mule-ccl.h Mon Aug 13 11:33:38 2007 +0200 @@ -21,8 +21,8 @@ /* Synched up with: FSF Emacs 20.3.10 */ -#ifndef _CCL_H -#define _CCL_H +#ifndef INCLUDED_mule_ccl_h_ +#define INCLUDED_mule_ccl_h_ /* Macros for exit status of CCL program. */ #define CCL_STAT_SUCCESS 0 /* Terminated successfully. */ @@ -70,4 +70,4 @@ extern Lisp_Object Vfont_ccl_encoder_alist; extern Lisp_Object Qccl_program; -#endif /* _CCL_H */ +#endif /* INCLUDED_mule_ccl_h_ */