Mercurial > hg > xemacs-beta
comparison src/bufslots.h @ 211:78478c60bfcd r20-4b4
Import from CVS: tag r20-4b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:05:51 +0200 |
parents | fe104dbd9147 |
children | 11cf20601dec |
comparison
equal
deleted
inserted
replaced
210:49f55ca3ba57 | 211:78478c60bfcd |
---|---|
243 /* This is silly and stupid */ | 243 /* This is silly and stupid */ |
244 /* These are so we don't have to recompile everything | 244 /* These are so we don't have to recompile everything |
245 the next few times we add a new slot. */ | 245 the next few times we add a new slot. */ |
246 MARKED_SLOT (extra1, extra2, extra3); | 246 MARKED_SLOT (extra1, extra2, extra3); |
247 #endif | 247 #endif |
248 /* The cache of positions for whilch line number has last been | |
249 calculated. See line-number.c. */ | |
250 MARKED_SLOT (line_number_cache); | |
251 |