X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fline-number.c;h=e9a18dcadf1d712967f18c1797c39c058ab95182;hp=2b930bac0e8207cd6c88a205ab7a85c9599e75da;hb=34360e98c9689b0a7eedab93e14df13281141bbd;hpb=77dcef404dc78635f6ffa8f71a803d2bc7cc8921 diff --git a/src/line-number.c b/src/line-number.c index 2b930ba..e9a18dc 100644 --- a/src/line-number.c +++ b/src/line-number.c @@ -98,7 +98,7 @@ allocate_line_number_cache (struct buffer *b) } /* Flag LINE_NUMBER_BEGV (b) as dirty. Do it only if the line number - cache is already initialized. */ + cache is already initialized. */ void narrow_line_number_cache (struct buffer *b) { @@ -158,7 +158,7 @@ invalidate_line_number_cache (struct buffer *b, Bufpos pos) This will do nothing if the cache is uninitialized. */ void insert_invalidate_line_number_cache (struct buffer *b, Bufpos pos, - CONST Bufbyte *nonreloc, Bytecount length) + const Bufbyte *nonreloc, Bytecount length) { if (NILP (b->text->line_number_cache)) return;