Mercurial > emacs
comparison src/coding.h @ 25378:2d5cc3c9d8dc
Include "ccl.h" instead of "../src/ccl.h".
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Mon, 23 Aug 1999 10:43:51 +0000 |
| parents | d324ba7d0e40 |
| children | b7aa6ac26872 |
comparison
equal
deleted
inserted
replaced
| 25377:d32d09a601e8 | 25378:2d5cc3c9d8dc |
|---|---|
| 21 | 21 |
| 22 #ifndef _CODING_H | 22 #ifndef _CODING_H |
| 23 #define _CODING_H | 23 #define _CODING_H |
| 24 | 24 |
| 25 #ifndef _CCL_H | 25 #ifndef _CCL_H |
| 26 #include "../src/ccl.h" | 26 #include "ccl.h" |
| 27 #endif | 27 #endif |
| 28 | 28 |
| 29 /*** EMACS' INTERNAL FORMAT (emacs-mule) section ***/ | 29 /*** EMACS' INTERNAL FORMAT (emacs-mule) section ***/ |
| 30 | 30 |
| 31 /* All code (1-byte) of Emacs' internal format is classified into one | 31 /* All code (1-byte) of Emacs' internal format is classified into one |
