Mercurial > emacs
comparison src/coding.c @ 41624:7ccd94cedad7
(decode_coding_string): Remove unused variable `gcpro1'.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Wed, 28 Nov 2001 07:36:18 +0000 |
parents | 6f20449b7e12 |
children | 5aa97e545399 |
comparison
equal
deleted
inserted
replaced
41623:8cf1bafe44b1 | 41624:7ccd94cedad7 |
---|---|
5810 int nocopy; | 5810 int nocopy; |
5811 { | 5811 { |
5812 int len; | 5812 int len; |
5813 struct conversion_buffer buf; | 5813 struct conversion_buffer buf; |
5814 int from, to_byte; | 5814 int from, to_byte; |
5815 struct gcpro gcpro1; | |
5816 Lisp_Object saved_coding_symbol; | 5815 Lisp_Object saved_coding_symbol; |
5817 int result; | 5816 int result; |
5818 int require_decoding; | 5817 int require_decoding; |
5819 int shrinked_bytes = 0; | 5818 int shrinked_bytes = 0; |
5820 Lisp_Object newstr; | 5819 Lisp_Object newstr; |