# HG changeset patch # User Kim F. Storm # Date 1087854807 0 # Node ID 75f56340b4f9c812f5d084f2ff25983ce9d15aff # Parent f7711455b84ffe72b166ef858fc6c69c8b5a582d (MAX_ALLOCA): Remove define. diff -r f7711455b84f -r 75f56340b4f9 src/coding.c --- 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)))