changeset 20540:64b4e34d34c2

(struct position): New field bytepos.
author Richard M. Stallman <rms@gnu.org>
date Thu, 01 Jan 1998 02:40:05 +0000
parents 4eae32c75642
children 0cd7f6f42138
files src/indent.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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;