emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 9134c84: Avoid compiler warning using coding.h


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 9134c84: Avoid compiler warning using coding.h
Date: Wed, 27 Jun 2018 11:03:22 -0400 (EDT)

branch: emacs-26
commit 9134c841f1c04c21c16e5661259a4bef3b1c3f5b
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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.
---
 src/coding.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/coding.h b/src/coding.h
index 502c472..b803e39 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/>.  */
 
 #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 */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]