diff 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
line wrap: on
line diff
--- a/src/malloc.c	Mon Aug 13 11:13:33 2007 +0200
+++ b/src/malloc.c	Mon Aug 13 11:14:34 2007 +0200
@@ -201,10 +201,8 @@
 extern char *start_of_data (void);
 
 #ifdef BSD
-#ifndef DATA_SEG_BITS
 #define start_of_data() &etext
 #endif
-#endif
 
 #ifndef emacs
 #define start_of_data() &etext