diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h index 165c1b29b71..d2cf4d8a7ba 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -28,6 +28,8 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 28 | 28 | ||
| 29 | #include "lisp.h" | 29 | #include "lisp.h" |
| 30 | 30 | ||
| 31 | INLINE_HEADER_BEGIN | ||
| 32 | |||
| 31 | /* Index to arguments of Fdefine_coding_system_internal. */ | 33 | /* Index to arguments of Fdefine_coding_system_internal. */ |
| 32 | 34 | ||
| 33 | enum define_coding_system_arg_index | 35 | enum define_coding_system_arg_index |
| @@ -771,4 +773,6 @@ extern struct coding_system safe_terminal_coding; | |||
| 771 | 773 | ||
| 772 | extern char emacs_mule_bytes[256]; | 774 | extern char emacs_mule_bytes[256]; |
| 773 | 775 | ||
| 776 | INLINE_HEADER_END | ||
| 777 | |||
| 774 | #endif /* EMACS_CODING_H */ | 778 | #endif /* EMACS_CODING_H */ |