aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/coding.h b/src/coding.h
index d2cf4d8a7ba..e984375bcc7 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -762,15 +762,10 @@ surrogates_to_codepoint (int low, int high)
762 762
763extern Lisp_Object preferred_coding_system (void); 763extern Lisp_Object preferred_coding_system (void);
764 764
765
766#ifdef emacs
767
768/* Coding system to be used to encode text for terminal display when 765/* Coding system to be used to encode text for terminal display when
769 terminal coding system is nil. */ 766 terminal coding system is nil. */
770extern struct coding_system safe_terminal_coding; 767extern struct coding_system safe_terminal_coding;
771 768
772#endif
773
774extern char emacs_mule_bytes[256]; 769extern char emacs_mule_bytes[256];
775 770
776INLINE_HEADER_END 771INLINE_HEADER_END