emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/coding.c
Date: Mon, 21 Jun 2004 17:55:17 -0400

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.304 emacs/src/coding.c:1.305
*** emacs/src/coding.c:1.304    Fri Jun 11 05:56:44 2004
--- emacs/src/coding.c  Mon Jun 21 21:53:27 2004
***************
*** 2098,2104 ****
                  int dim, M, L;
                  int size, required;
                  int produced_chars;
!                 
                  ONE_MORE_BYTE (dim);
                  ONE_MORE_BYTE (M);
                  ONE_MORE_BYTE (L);
--- 2098,2104 ----
                  int dim, M, L;
                  int size, required;
                  int produced_chars;
! 
                  ONE_MORE_BYTE (dim);
                  ONE_MORE_BYTE (M);
                  ONE_MORE_BYTE (L);
***************
*** 4552,4561 ****
    unsigned char *data;
  };
  
- /* Don't use alloca for allocating memory space larger than this, lest
-    we overflow their stack.  */
- #define MAX_ALLOCA 16*1024
- 
  /* Allocate LEN bytes of memory for BUF (struct conversion_buffer).  */
  #define allocate_conversion_buffer(buf, len)          \
    do {                                                        \
--- 4552,4557 ----
***************
*** 6658,6664 ****
                                        accept_latin_extra));
                }
            }
!             
          if (! encodable
              && ((CHAR_TABLE_P (translation_table)
                   && ! NILP (Faref (translation_table, ch)))
--- 6654,6660 ----
                                        accept_latin_extra));
                }
            }
! 
          if (! encodable
              && ((CHAR_TABLE_P (translation_table)
                   && ! NILP (Faref (translation_table, ch)))




reply via email to

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