comparison src/coding.h @ 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 8c825a8566f5
children acaa36b47f50
comparison
equal deleted inserted replaced
29570:825505ff211e 29571:951ead33c624
17 You should have received a copy of the GNU General Public License 17 You should have received a copy of the GNU General Public License
18 along with GNU Emacs; see the file COPYING. If not, write to 18 along with GNU Emacs; see the file COPYING. If not, write to
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA. */ 20 Boston, MA 02111-1307, USA. */
21 21
22 #ifndef _CODING_H 22 #ifndef EMACS_CODING_H
23 #define _CODING_H 23 #define EMACS_CODING_H
24 24
25 #ifndef _CCL_H
26 #include "ccl.h" 25 #include "ccl.h"
27 #endif
28 26
29 /*** EMACS' INTERNAL FORMAT (emacs-mule) section ***/ 27 /*** EMACS' INTERNAL FORMAT (emacs-mule) section ***/
30 28
31 /* All code (1-byte) of Emacs' internal format is classified into one 29 /* All code (1-byte) of Emacs' internal format is classified into one
32 of the followings. See also `charset.h'. */ 30 of the followings. See also `charset.h'. */
706 /* Coding system for w32 system strings, or nil if none. */ 704 /* Coding system for w32 system strings, or nil if none. */
707 extern Lisp_Object Vw32_system_coding_system; 705 extern Lisp_Object Vw32_system_coding_system;
708 #endif 706 #endif
709 #endif 707 #endif
710 708
711 #endif /* _CODING_H */ 709 #endif /* EMACS_CODING_H */