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 [emacs-unicode-2]


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/charset.c [emacs-unicode-2]
Date: Mon, 29 Sep 2003 13:58:09 -0400

Index: emacs/src/charset.c
diff -c emacs/src/charset.c:1.134.6.1 emacs/src/charset.c:1.134.6.2
*** emacs/src/charset.c:1.134.6.1       Mon Sep  8 08:48:10 2003
--- emacs/src/charset.c Mon Sep 29 13:58:09 2003
***************
*** 1375,1381 ****
  static void
  find_charsets_in_text (ptr, nchars, nbytes, charsets, table)
       const unsigned char *ptr;
!      int nchars, nbytes;
       Lisp_Object charsets, table;
  {
    const unsigned char *pend = ptr + nbytes;
--- 1375,1381 ----
  static void
  find_charsets_in_text (ptr, nchars, nbytes, charsets, table)
       const unsigned char *ptr;
!      EMACS_INT nchars, nbytes;
       Lisp_Object charsets, table;
  {
    const unsigned char *pend = ptr + nbytes;
***************
*** 1424,1430 ****
       Lisp_Object beg, end, table;
  {
    Lisp_Object charsets;
!   int from, from_byte, to, stop, stop_byte, i;
    Lisp_Object val;
  
    validate_region (&beg, &end);
--- 1424,1431 ----
       Lisp_Object beg, end, table;
  {
    Lisp_Object charsets;
!   EMACS_INT from, from_byte, to, stop, stop_byte;
!   int i;
    Lisp_Object val;
  
    validate_region (&beg, &end);
***************
*** 2073,2080 ****
  void
  syms_of_charset ()
  {
-   char *p;
- 
    DEFSYM (Qcharsetp, "charsetp");
  
    DEFSYM (Qascii, "ascii");
--- 2074,2079 ----
***************
*** 2084,2091 ****
  
    DEFSYM (Qgl, "gl");
    DEFSYM (Qgr, "gr");
- 
-   p = (char *) xmalloc (30000);
  
    staticpro (&Vcharset_ordered_list);
    Vcharset_ordered_list = Qnil;
--- 2083,2088 ----




reply via email to

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