(U+6215): Apply new conventions for glyph granularity.
[chise/xemacs-chise.git.1] / src / line-number.h
index 653d648..88aede0 100644 (file)
@@ -17,11 +17,16 @@ along with XEmacs; see the file COPYING.  If not, write to
 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
+#ifndef INCLUDED_line_number_h_
+#define INCLUDED_line_number_h_
+
 /* Synched up with: Not in FSF. */
 
 void narrow_line_number_cache (struct buffer *);
 void insert_invalidate_line_number_cache (struct buffer *, Bufpos,
-                                         CONST Bufbyte *, Bytecount);
+                                         const Bufbyte *, Bytecount);
 void delete_invalidate_line_number_cache (struct buffer *, Bufpos, Bufpos);
 
 EMACS_INT buffer_line_number (struct buffer *, Bufpos, int);
+
+#endif /* INCLUDED_line_number_h_ */