diff options
| author | Paul Eggert | 2018-12-17 09:31:08 -0800 |
|---|---|---|
| committer | Paul Eggert | 2018-12-17 09:31:53 -0800 |
| commit | 4d77c4ac3b9c40c62b1505bcaa1e0377d63a4956 (patch) | |
| tree | 6ee9aff2af6310152d545996fbc52dee6915d884 /src/coding.h | |
| parent | 739dca7818514f1b7c318fd195f90535a416f57f (diff) | |
| download | emacs-4d77c4ac3b9c40c62b1505bcaa1e0377d63a4956.tar.gz emacs-4d77c4ac3b9c40c62b1505bcaa1e0377d63a4956.zip | |
Assume ‘emacs’ is defined in Emacs-only code
* src/charset.c, src/coding.c, src/coding.h, src/gmalloc.c:
* src/ralloc.c, src/regex-emacs.c: Simplify slightly by
assuming that ‘emacs’ is defined. These modules have long
been specific to Emacs, and are not used elsewhere.
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 5 |
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 | ||
| 763 | extern Lisp_Object preferred_coding_system (void); | 763 | extern 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. */ |
| 770 | extern struct coding_system safe_terminal_coding; | 767 | extern struct coding_system safe_terminal_coding; |
| 771 | 768 | ||
| 772 | #endif | ||
| 773 | |||
| 774 | extern char emacs_mule_bytes[256]; | 769 | extern char emacs_mule_bytes[256]; |
| 775 | 770 | ||
| 776 | INLINE_HEADER_END | 771 | INLINE_HEADER_END |