diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/coding.h b/src/coding.h index 83f6e0cbf28..d970c1ea257 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -396,11 +396,6 @@ struct coding_system | |||
| 396 | /* Finish status of code conversion. */ | 396 | /* Finish status of code conversion. */ |
| 397 | enum coding_result_code result; | 397 | enum coding_result_code result; |
| 398 | 398 | ||
| 399 | /* The following members are all Lisp symbols. We don't have to | ||
| 400 | protect them from GC because the current garbage collection | ||
| 401 | doesn't relocate Lisp symbols. But, when it is changed, we must | ||
| 402 | find a way to protect them. */ | ||
| 403 | |||
| 404 | EMACS_INT src_pos, src_pos_byte, src_chars, src_bytes; | 399 | EMACS_INT src_pos, src_pos_byte, src_chars, src_bytes; |
| 405 | Lisp_Object src_object; | 400 | Lisp_Object src_object; |
| 406 | const unsigned char *source; | 401 | const unsigned char *source; |