aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 365e8bcdcee..978a23e4f7c 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2138,7 +2138,8 @@ struct it
2138 const unsigned char *s; 2138 const unsigned char *s;
2139 2139
2140 /* Number of characters in the string (s, or it->string) we iterate 2140 /* Number of characters in the string (s, or it->string) we iterate
2141 over. */ 2141 over. Used only in display_string and its subroutines; never
2142 used for overlay strings and strings from display properties. */
2142 ptrdiff_t string_nchars; 2143 ptrdiff_t string_nchars;
2143 2144
2144 /* Start and end of a visible region; -1 if the region is not 2145 /* Start and end of a visible region; -1 if the region is not