comparison src/coding.h @ 35530:cb627d09f8c3

(struct coding_system): New member suppress_error.
author Kenichi Handa <handa@m17n.org>
date Wed, 24 Jan 2001 23:30:16 +0000
parents cb678a191215
children a164f630bf3c
comparison
equal deleted inserted replaced
35529:c0bf5507a0bb 35530:cb627d09f8c3
409 int errors; 409 int errors;
410 410
411 /* Finish status of code conversion. It should be one of macros 411 /* Finish status of code conversion. It should be one of macros
412 CODING_FINISH_XXXX. */ 412 CODING_FINISH_XXXX. */
413 int result; 413 int result;
414
415 /* If nonzero, suppress error notification. */
416 int suppress_error;
414 417
415 /* The following members are all Lisp symbols. We don't have to 418 /* The following members are all Lisp symbols. We don't have to
416 protect them from GC because the current garbage collection 419 protect them from GC because the current garbage collection
417 doesn't relocate Lisp symbols. But, when it is changed, we must 420 doesn't relocate Lisp symbols. But, when it is changed, we must
418 find a way to protect them. */ 421 find a way to protect them. */