aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/coding.c b/src/coding.c
index 44fb992d1a8..dcd31fe9f28 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -9017,10 +9017,8 @@ not fully specified.) */)
9017} 9017}
9018 9018
9019Lisp_Object 9019Lisp_Object
9020code_convert_string (string, coding_system, dst_object, 9020code_convert_string (Lisp_Object string, Lisp_Object coding_system,
9021 encodep, nocopy, norecord) 9021 Lisp_Object dst_object, int encodep, int nocopy, int norecord)
9022 Lisp_Object string, coding_system, dst_object;
9023 int encodep, nocopy, norecord;
9024{ 9022{
9025 struct coding_system coding; 9023 struct coding_system coding;
9026 EMACS_INT chars, bytes; 9024 EMACS_INT chars, bytes;