Mercurial > emacs
changeset 89932:67cdf4445614
(struct coding_system): Delete an incorrect comment.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 28 Apr 2004 12:50:36 +0000 |
parents | 8d0c8d0ae419 |
children | 48af0ea7d387 |
files | src/coding.h |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.h Wed Apr 28 12:44:04 2004 +0000 +++ b/src/coding.h Wed Apr 28 12:50:36 2004 +0000 @@ -396,11 +396,6 @@ /* Finish status of code conversion. */ enum coding_result_code result; - /* The following members are all Lisp symbols. We don't have to - protect them from GC because the current garbage collection - doesn't relocate Lisp symbols. But, when it is changed, we must - find a way to protect them. */ - EMACS_INT src_pos, src_pos_byte, src_chars, src_bytes; Lisp_Object src_object; const unsigned char *source;