comparison src/syntax.h @ 3250:2b8bb4938bb4

[xemacs-hg @ 2006-02-21 11:33:41 by stephent] Commit syntax-cache fixes. <87oe11ne10.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 21 Feb 2006 11:33:46 +0000
parents 141c2920ea48
children b03fc4eae965
comparison
equal deleted inserted replaced
3249:7a5e3aea74e3 3250:2b8bb4938bb4
352 352
353 353
354 extern const struct sized_memory_description syntax_cache_description; 354 extern const struct sized_memory_description syntax_cache_description;
355 355
356 /* Note that the external interface to the syntax-cache uses charpos's, but 356 /* Note that the external interface to the syntax-cache uses charpos's, but
357 intnernally we use bytepos's, for speed. */ 357 internally we use bytepos's, for speed. */
358 358
359 void update_syntax_cache (struct syntax_cache *cache, Charxpos pos, int count); 359 void update_syntax_cache (struct syntax_cache *cache, Charxpos pos, int count);
360 struct syntax_cache *setup_syntax_cache (struct syntax_cache *cache, 360 struct syntax_cache *setup_syntax_cache (struct syntax_cache *cache,
361 Lisp_Object object, 361 Lisp_Object object,
362 struct buffer *buffer, 362 struct buffer *buffer,