# HG changeset patch # User Kenichi Handa # Date 1083156636 0 # Node ID 67cdf44456146f04dab45954a8ee5af4dabed491 # Parent 8d0c8d0ae419293ec9e97379dd53f10929c846c4 (struct coding_system): Delete an incorrect comment. diff -r 8d0c8d0ae419 -r 67cdf4445614 src/coding.h --- 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;