projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f50379
)
Avoid compiler warning using coding.h
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 27 Jun 2018 15:02:45 +0000
(18:02 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 27 Jun 2018 15:02:45 +0000
(18:02 +0300)
* src/coding.h: Add INLINE_HEADER_BEGIN..INLINE_HEADER_END, since
this header now has an extern INLINE function.
src/coding.h
patch
|
blob
|
history
diff --git
a/src/coding.h
b/src/coding.h
index 502c47231495f5267ac2f903bc95ca9114b87171..b803e391280ebcb745dca1b7cc01ffc1940f00f0 100644
(file)
--- 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 */