emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ccl.h


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/ccl.h
Date: Fri, 30 May 2003 03:58:11 -0400

Index: emacs/src/ccl.h
diff -c emacs/src/ccl.h:1.17 emacs/src/ccl.h:1.18
*** emacs/src/ccl.h:1.17        Tue Feb  4 09:03:12 2003
--- emacs/src/ccl.h     Fri May 30 03:58:11 2003
***************
*** 65,72 ****
                                   system.  */
    int suppress_error;         /* If nonzero, don't insert error
                                   message in the output.  */
!   int eight_bit_control;      /* Set to nonzero if CCL_WRITE_CHAR
!                                  writes eight-bit-control char.  */
  };
  
  /* This data type is used for the spec field of the structure
--- 65,75 ----
                                   system.  */
    int suppress_error;         /* If nonzero, don't insert error
                                   message in the output.  */
!   int eight_bit_control;      /* If nonzero, ccl_driver counts all
!                                  eight-bit-control bytes written by
!                                  CCL_WRITE_CHAR.  After execution,
!                                  if no such byte is written, set
!                                  this value to zero.  */
  };
  
  /* This data type is used for the spec field of the structure




reply via email to

[Prev in Thread] Current Thread [Next in Thread]