comparison src/malloc.c @ 400:a86b2b5e0111 r21-2-30

Import from CVS: tag r21-2-30
author cvs
date Mon, 13 Aug 2007 11:14:34 +0200
parents 7d59cb494b73
children 2f8bb876ab1d
comparison
equal deleted inserted replaced
399:376370fb5946 400:a86b2b5e0111
199 #endif /* __STDC__ */ 199 #endif /* __STDC__ */
200 200
201 extern char *start_of_data (void); 201 extern char *start_of_data (void);
202 202
203 #ifdef BSD 203 #ifdef BSD
204 #ifndef DATA_SEG_BITS
205 #define start_of_data() &etext 204 #define start_of_data() &etext
206 #endif
207 #endif 205 #endif
208 206
209 #ifndef emacs 207 #ifndef emacs
210 #define start_of_data() &etext 208 #define start_of_data() &etext
211 #endif 209 #endif