Mercurial > hg > xemacs-beta
comparison src/mem-limits.h @ 1632:64eaceca611d
[xemacs-hg @ 2003-08-19 02:07:03 by james]
Enable module building and running on Cygwin and MinGW.
author | james |
---|---|
date | Tue, 19 Aug 2003 02:07:16 +0000 |
parents | e22b0213b713 |
children | 34ca43a57692 |
comparison
equal
deleted
inserted
replaced
1631:1bf7b032a45d | 1632:64eaceca611d |
---|---|
110 /* Number of bytes of writable memory we can expect to be able to get */ | 110 /* Number of bytes of writable memory we can expect to be able to get */ |
111 extern unsigned int lim_data; | 111 extern unsigned int lim_data; |
112 | 112 |
113 #if defined (HEAP_IN_DATA) && !defined(PDUMP) | 113 #if defined (HEAP_IN_DATA) && !defined(PDUMP) |
114 extern unsigned long static_heap_size; | 114 extern unsigned long static_heap_size; |
115 extern int initialized; | 115 extern MODULE_API int initialized; |
116 static void | 116 static void |
117 get_lim_data (void) | 117 get_lim_data (void) |
118 { | 118 { |
119 if (!initialized) | 119 if (!initialized) |
120 { | 120 { |