diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/coding.h b/src/coding.h index fa8959ba239..e3643580011 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -19,12 +19,10 @@ 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 | ||
| @@ -708,4 +706,4 @@ 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 */ |