Mercurial > emacs
diff src/coding.c @ 56191:75f56340b4f9
(MAX_ALLOCA): Remove define.
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Mon, 21 Jun 2004 21:53:27 +0000 |
| parents | 32381d1c4eab |
| children | 40a0843be50a dbcd0af66869 |
line wrap: on
line diff
--- a/src/coding.c Mon Jun 21 21:52:46 2004 +0000 +++ b/src/coding.c Mon Jun 21 21:53:27 2004 +0000 @@ -2098,7 +2098,7 @@ int dim, M, L; int size, required; int produced_chars; - + ONE_MORE_BYTE (dim); ONE_MORE_BYTE (M); ONE_MORE_BYTE (L); @@ -4552,10 +4552,6 @@ 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 { \ @@ -6658,7 +6654,7 @@ accept_latin_extra)); } } - + if (! encodable && ((CHAR_TABLE_P (translation_table) && ! NILP (Faref (translation_table, ch)))
