aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/doc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/doc.c b/src/doc.c
index d08522217c2..ea97933772b 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -633,7 +633,6 @@ thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int
633 if (multibyte) 633 if (multibyte)
634 { 634 {
635 int len; 635 int len;
636 int maxlen = XSTRING (string)->data + STRING_BYTES (XSTRING (string)) - strp;
637 636
638 STRING_CHAR_AND_LENGTH (strp, maxlen, len); 637 STRING_CHAR_AND_LENGTH (strp, maxlen, len);
639 if (len == 1) 638 if (len == 1)
@@ -788,7 +787,6 @@ thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int
788 else 787 else
789 { 788 {
790 int len; 789 int len;
791 int maxlen = XSTRING (string)->data + STRING_BYTES (XSTRING (string)) - strp;
792 790
793 STRING_CHAR_AND_LENGTH (strp, maxlen, len); 791 STRING_CHAR_AND_LENGTH (strp, maxlen, len);
794 if (len == 1) 792 if (len == 1)