comparison src/bufslots.h @ 373:6240c7796c7a r21-2b2

Import from CVS: tag r21-2b2
author cvs
date Mon, 13 Aug 2007 11:04:06 +0200
parents 558f606b08ae
children 8626e4521993
comparison
equal deleted inserted replaced
372:49e1ed2d7ed8 373:6240c7796c7a
239 /* This is silly and stupid */ 239 /* This is silly and stupid */
240 /* These are so we don't have to recompile everything 240 /* These are so we don't have to recompile everything
241 the next few times we add a new slot. */ 241 the next few times we add a new slot. */
242 MARKED_SLOT (extra1, extra2, extra3); 242 MARKED_SLOT (extra1, extra2, extra3);
243 #endif 243 #endif
244 /* The cache of positions for whilch line number has last been
245 calculated. See line-number.c. */
246 MARKED_SLOT (line_number_cache);
247