Mercurial > hg > xemacs-beta
comparison src/puresize.h @ 380:8626e4521993 r21-2-5
Import from CVS: tag r21-2-5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:07:10 +0200 |
parents | c5d627a313b1 |
children |
comparison
equal
deleted
inserted
replaced
379:76b7d63099ad | 380:8626e4521993 |
---|---|
161 (TOOLTALK_PURESIZE_EXTRA) + \ | 161 (TOOLTALK_PURESIZE_EXTRA) + \ |
162 (SUNPRO_PURESIZE_EXTRA)) | 162 (SUNPRO_PURESIZE_EXTRA)) |
163 | 163 |
164 #endif /* !RAW_PURESIZE */ | 164 #endif /* !RAW_PURESIZE */ |
165 | 165 |
166 size_t get_PURESIZE (void); | 166 # include <puresize-adjust.h> |
167 #define PURESIZE ((RAW_PURESIZE) + (PURESIZE_ADJUSTMENT)) | |
168 #define get_PURESIZE() PURESIZE | |
169 | |
167 extern EMACS_INT pure[]; | 170 extern EMACS_INT pure[]; |
168 | 171 |
169 #endif /* PURESIZE_H */ | 172 #endif /* PURESIZE_H */ |