changeset 56191:75f56340b4f9

(MAX_ALLOCA): Remove define.
author Kim F. Storm <storm@cua.dk>
date Mon, 21 Jun 2004 21:53:27 +0000
parents f7711455b84f
children bd23203e8ba1
files src/coding.c
diffstat 1 files changed, 2 insertions(+), 6 deletions(-) [+]
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)))