Mercurial > hg > xemacs-beta
comparison src/mem-limits.h @ 404:2f8bb876ab1d r21-2-32
Import from CVS: tag r21-2-32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:16:07 +0200 |
parents | a86b2b5e0111 |
children | de805c49cfc1 |
comparison
equal
deleted
inserted
replaced
403:9f011ab08d48 | 404:2f8bb876ab1d |
---|---|
121 static POINTER data_space_start; | 121 static POINTER data_space_start; |
122 | 122 |
123 /* Number of bytes of writable memory we can expect to be able to get */ | 123 /* Number of bytes of writable memory we can expect to be able to get */ |
124 extern unsigned int lim_data; | 124 extern unsigned int lim_data; |
125 | 125 |
126 #ifdef HEAP_IN_DATA | 126 #if defined (HEAP_IN_DATA) && !defined(PDUMP) |
127 extern unsigned long static_heap_size; | 127 extern unsigned long static_heap_size; |
128 extern int initialized; | 128 extern int initialized; |
129 static void | 129 static void |
130 get_lim_data (void) | 130 get_lim_data (void) |
131 { | 131 { |