diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/coding.h b/src/coding.h index c9c19762d80..4e8b1056e43 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -468,7 +468,9 @@ struct coding_system | |||
| 468 | the eol format. */ | 468 | the eol format. */ |
| 469 | ptrdiff_t head_ascii; | 469 | ptrdiff_t head_ascii; |
| 470 | 470 | ||
| 471 | ptrdiff_t detected_utf8_chars; | 471 | /* How many bytes/chars at the source are detected as valid utf-8 |
| 472 | sequence. Set by detect_coding_utf_8. */ | ||
| 473 | ptrdiff_t detected_utf8_bytes, detected_utf8_chars; | ||
| 472 | 474 | ||
| 473 | /* Used internally in coding.c. See the comment of detect_ascii. */ | 475 | /* Used internally in coding.c. See the comment of detect_ascii. */ |
| 474 | int eol_seen; | 476 | int eol_seen; |