diff src/indent.h @ 20540:64b4e34d34c2

(struct position): New field bytepos.
author Richard M. Stallman <rms@gnu.org>
date Thu, 01 Jan 1998 02:40:05 +0000
parents f13a67b3ec8d
children 488e6b8dc9ae
line wrap: on
line diff
--- a/src/indent.h	Thu Jan 01 02:39:04 1998 +0000
+++ b/src/indent.h	Thu Jan 01 02:40:05 1998 +0000
@@ -39,6 +39,7 @@
 struct position
   {
     int bufpos;
+    int bytepos;
     int hpos;
     int vpos;
     int prevhpos;