comparison src/alloc.c @ 414:da8ed4261e83 r21-2-15

Import from CVS: tag r21-2-15
author cvs
date Mon, 13 Aug 2007 11:21:38 +0200
parents 697ef44129c6
children 41dbb7a9d5f2
comparison
equal deleted inserted replaced
413:901169e5ca31 414:da8ed4261e83
173 #endif /* VIRT_ADDR_VARIES */ 173 #endif /* VIRT_ADDR_VARIES */
174 EMACS_INT malloc_sbrk_unused; 174 EMACS_INT malloc_sbrk_unused;
175 175
176 /* Non-zero means we're in the process of doing the dump */ 176 /* Non-zero means we're in the process of doing the dump */
177 int purify_flag; 177 int purify_flag;
178
179 #ifdef HEAP_IN_DATA
180 extern void sheap_adjust_h();
181 #endif
182 178
183 #ifdef ERROR_CHECK_TYPECHECK 179 #ifdef ERROR_CHECK_TYPECHECK
184 180
185 Error_behavior ERROR_ME, ERROR_ME_NOT, ERROR_ME_WARN; 181 Error_behavior ERROR_ME, ERROR_ME_NOT, ERROR_ME_WARN;
186 182