1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

Avoid compiler warning using coding.h

* src/coding.h: Add INLINE_HEADER_BEGIN..INLINE_HEADER_END, since
this header now has an extern INLINE function.
This commit is contained in:
Eli Zaretskii 2018-06-27 18:02:45 +03:00
parent 1f5037925b
commit 9134c841f1

View File

@ -28,6 +28,8 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
#include "lisp.h"
INLINE_HEADER_BEGIN
/* Index to arguments of Fdefine_coding_system_internal. */
enum define_coding_system_arg_index
@ -768,4 +770,6 @@ extern struct coding_system safe_terminal_coding;
extern char emacs_mule_bytes[256];
INLINE_HEADER_END
#endif /* EMACS_CODING_H */