Mercurial > hg > xemacs-beta
comparison src/mem-limits.h @ 400:a86b2b5e0111 r21-2-30
Import from CVS: tag r21-2-30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:14:34 +0200 |
parents | 74fd4e045ea6 |
children | 2f8bb876ab1d |
comparison
equal
deleted
inserted
replaced
399:376370fb5946 | 400:a86b2b5e0111 |
---|---|
102 | 102 |
103 extern POINTER start_of_data (void); | 103 extern POINTER start_of_data (void); |
104 #define EXCEEDS_LISP_PTR(ptr) 0 | 104 #define EXCEEDS_LISP_PTR(ptr) 0 |
105 | 105 |
106 #ifdef BSD | 106 #ifdef BSD |
107 #ifndef DATA_SEG_BITS | |
108 extern int etext; | 107 extern int etext; |
109 #define start_of_data() &etext | 108 #define start_of_data() &etext |
110 #endif | |
111 #endif | 109 #endif |
112 | 110 |
113 #else /* not emacs */ | 111 #else /* not emacs */ |
114 extern char etext; | 112 extern char etext; |
115 #define start_of_data() &etext | 113 #define start_of_data() &etext |