diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/coding.c b/src/coding.c index c2945707e23..ba060878c7d 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -307,16 +307,12 @@ Lisp_Object Vcoding_system_hash_table; | |||
| 307 | file and process), not for in-buffer or Lisp string encoding. */ | 307 | file and process), not for in-buffer or Lisp string encoding. */ |
| 308 | static Lisp_Object system_eol_type; | 308 | static Lisp_Object system_eol_type; |
| 309 | 309 | ||
| 310 | #ifdef emacs | ||
| 311 | |||
| 312 | /* Coding-systems are handed between Emacs Lisp programs and C internal | 310 | /* Coding-systems are handed between Emacs Lisp programs and C internal |
| 313 | routines by the following three variables. */ | 311 | routines by the following three variables. */ |
| 314 | /* Coding system to be used to encode text for terminal display when | 312 | /* Coding system to be used to encode text for terminal display when |
| 315 | terminal coding system is nil. */ | 313 | terminal coding system is nil. */ |
| 316 | struct coding_system safe_terminal_coding; | 314 | struct coding_system safe_terminal_coding; |
| 317 | 315 | ||
| 318 | #endif /* emacs */ | ||
| 319 | |||
| 320 | /* Two special coding systems. */ | 316 | /* Two special coding systems. */ |
| 321 | static Lisp_Object Vsjis_coding_system; | 317 | static Lisp_Object Vsjis_coding_system; |
| 322 | static Lisp_Object Vbig5_coding_system; | 318 | static Lisp_Object Vbig5_coding_system; |
| @@ -8478,7 +8474,6 @@ to_unicode (Lisp_Object str, Lisp_Object *buf) | |||
| 8478 | #endif /* WINDOWSNT || CYGWIN */ | 8474 | #endif /* WINDOWSNT || CYGWIN */ |
| 8479 | 8475 | ||
| 8480 | 8476 | ||
| 8481 | #ifdef emacs | ||
| 8482 | /*** 8. Emacs Lisp library functions ***/ | 8477 | /*** 8. Emacs Lisp library functions ***/ |
| 8483 | 8478 | ||
| 8484 | DEFUN ("coding-system-p", Fcoding_system_p, Scoding_system_p, 1, 1, 0, | 8479 | DEFUN ("coding-system-p", Fcoding_system_p, Scoding_system_p, 1, 1, 0, |
| @@ -10732,8 +10727,6 @@ coding system whose eol-type is N. */) | |||
| 10732 | return make_fixnum (n); | 10727 | return make_fixnum (n); |
| 10733 | } | 10728 | } |
| 10734 | 10729 | ||
| 10735 | #endif /* emacs */ | ||
| 10736 | |||
| 10737 | 10730 | ||
| 10738 | /*** 9. Post-amble ***/ | 10731 | /*** 9. Post-amble ***/ |
| 10739 | 10732 | ||
| @@ -10777,8 +10770,6 @@ init_coding_once (void) | |||
| 10777 | emacs_mule_bytes[EMACS_MULE_LEADING_CODE_PRIVATE_22] = 4; | 10770 | emacs_mule_bytes[EMACS_MULE_LEADING_CODE_PRIVATE_22] = 4; |
| 10778 | } | 10771 | } |
| 10779 | 10772 | ||
| 10780 | #ifdef emacs | ||
| 10781 | |||
| 10782 | void | 10773 | void |
| 10783 | syms_of_coding (void) | 10774 | syms_of_coding (void) |
| 10784 | { | 10775 | { |
| @@ -11321,4 +11312,3 @@ internal character representation. */); | |||
| 11321 | #endif | 11312 | #endif |
| 11322 | staticpro (&system_eol_type); | 11313 | staticpro (&system_eol_type); |
| 11323 | } | 11314 | } |
| 11324 | #endif /* emacs */ | ||