aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
authorEli Zaretskii2018-06-27 18:02:45 +0300
committerEli Zaretskii2018-06-27 18:02:45 +0300
commit9134c841f1c04c21c16e5661259a4bef3b1c3f5b (patch)
treee5dc55c6dca9d8b995fc640f3639246b32996434 /src/coding.h
parent1f5037925b0830b4129f3d6388f139e339f60da3 (diff)
downloademacs-9134c841f1c04c21c16e5661259a4bef3b1c3f5b.tar.gz
emacs-9134c841f1c04c21c16e5661259a4bef3b1c3f5b.zip
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.
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h
index 502c4723149..b803e391280 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
31INLINE_HEADER_BEGIN
32
31/* Index to arguments of Fdefine_coding_system_internal. */ 33/* Index to arguments of Fdefine_coding_system_internal. */
32 34
33enum define_coding_system_arg_index 35enum define_coding_system_arg_index
@@ -768,4 +770,6 @@ extern struct coding_system safe_terminal_coding;
768 770
769extern char emacs_mule_bytes[256]; 771extern char emacs_mule_bytes[256];
770 772
773INLINE_HEADER_END
774
771#endif /* EMACS_CODING_H */ 775#endif /* EMACS_CODING_H */