diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/coding.h b/src/coding.h index 1c1e3f798de..617c56ad7ee 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -343,9 +343,10 @@ struct coding_system | |||
| 343 | /* Index number of coding category of the coding system. */ | 343 | /* Index number of coding category of the coding system. */ |
| 344 | int category_idx; | 344 | int category_idx; |
| 345 | 345 | ||
| 346 | /* How may heading bytes we can skip for decoding. This member is | 346 | /* How may heading bytes we can skip for decoding. This is set to |
| 347 | set by the function detect_coding. The initial value is -1 which | 347 | -1 in setup_coding_system, and updated by detect_coding. So, |
| 348 | means detect_coding has not yet been called. */ | 348 | when this is equal to the byte length of the text being |
| 349 | converted, we can skip the actual conversion process. */ | ||
| 349 | int heading_ascii; | 350 | int heading_ascii; |
| 350 | 351 | ||
| 351 | /* The following members are set by encoding/decoding routine. */ | 352 | /* The following members are set by encoding/decoding routine. */ |