comparison src/vm-limit.c @ 74:54cc21c15cbb r20-0b32

Import from CVS: tag r20-0b32
author cvs
date Mon, 13 Aug 2007 09:04:33 +0200
parents 131b0175ea99
children 3d6bfa290dbd
comparison
equal deleted inserted replaced
73:e2d7a37b7c8d 74:54cc21c15cbb
48 static void (*warn_function) (CONST char *); 48 static void (*warn_function) (CONST char *);
49 49
50 /* Get more memory space, complaining if we're near the end. */ 50 /* Get more memory space, complaining if we're near the end. */
51 51
52 static void 52 static void
53 check_memory_limits () 53 check_memory_limits (void)
54 { 54 {
55 extern POINTER (*__morecore) (); 55 extern POINTER (*__morecore) ();
56 56
57 POINTER cp; 57 POINTER cp;
58 unsigned long five_percent; 58 unsigned long five_percent;