emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/charset.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/charset.c
Date: Mon, 04 Mar 2002 18:41:01 -0500

Index: emacs/src/charset.c
diff -c emacs/src/charset.c:1.125 emacs/src/charset.c:1.126
*** emacs/src/charset.c:1.125   Wed Feb  6 14:12:14 2002
--- emacs/src/charset.c Mon Mar  4 18:41:00 2002
***************
*** 49,58 ****
  Lisp_Object Qunknown;
  
  /* Declaration of special leading-codes.  */
! int leading_code_private_11;  /* for private DIMENSION1 of 1-column */
! int leading_code_private_12;  /* for private DIMENSION1 of 2-column */
! int leading_code_private_21;  /* for private DIMENSION2 of 1-column */
! int leading_code_private_22;  /* for private DIMENSION2 of 2-column */
  
  /* Declaration of special charsets.  The values are set by
     Fsetup_special_charsets.  */
--- 49,58 ----
  Lisp_Object Qunknown;
  
  /* Declaration of special leading-codes.  */
! EMACS_INT leading_code_private_11;    /* for private DIMENSION1 of 1-column */
! EMACS_INT leading_code_private_12;    /* for private DIMENSION1 of 2-column */
! EMACS_INT leading_code_private_21;    /* for private DIMENSION2 of 1-column */
! EMACS_INT leading_code_private_22;    /* for private DIMENSION2 of 2-column */
  
  /* Declaration of special charsets.  The values are set by
     Fsetup_special_charsets.  */
***************
*** 98,104 ****
  int _fetch_multibyte_char_len;
  
  /* Offset to add to a non-ASCII value when inserting it.  */
! int nonascii_insert_offset;
  
  /* Translation table for converting non-ASCII unibyte characters
     to multibyte codes, or nil.  */
--- 98,104 ----
  int _fetch_multibyte_char_len;
  
  /* Offset to add to a non-ASCII value when inserting it.  */
! EMACS_INT nonascii_insert_offset;
  
  /* Translation table for converting non-ASCII unibyte characters
     to multibyte codes, or nil.  */



reply via email to

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