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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/coding.c [lexbind]
Date: Tue, 06 Jul 2004 07:00:29 -0400

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.245.2.9 emacs/src/coding.c:1.245.2.10
*** emacs/src/coding.c:1.245.2.9        Tue Jul  6 10:10:52 2004
--- emacs/src/coding.c  Tue Jul  6 10:20:20 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]