texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/info nodes.h


From: Sergey Poznyakoff
Subject: texinfo/info nodes.h
Date: Thu, 10 Feb 2011 09:14:47 +0000

CVSROOT:        /cvsroot/texinfo
Module name:    texinfo
Changes by:     Sergey Poznyakoff <gray>        11/02/10 09:14:47

Modified files:
        info           : nodes.h 

Log message:
        (NODE): New member body_start.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/info/nodes.h?cvsroot=texinfo&r1=1.6&r2=1.7

Patches:
Index: nodes.h
===================================================================
RCS file: /cvsroot/texinfo/texinfo/info/nodes.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- nodes.h     1 Jul 2007 21:20:31 -0000       1.6
+++ nodes.h     10 Feb 2011 09:14:47 -0000      1.7
@@ -1,5 +1,5 @@
 /* nodes.h -- How we represent nodes internally.
-   $Id: nodes.h,v 1.6 2007/07/01 21:20:31 karl Exp $
+   $Id: nodes.h,v 1.7 2011/02/10 09:14:47 gray Exp $
 
    Copyright (C) 1993, 1997, 1998, 2002, 2004, 2007
    Free Software Foundation, Inc.
@@ -41,6 +41,7 @@
   char *contents;               /* Characters appearing in this node. */
   long nodelen;                 /* The length of the CONTENTS member. */
   unsigned long display_pos;    /* Where to display at, if nonzero.  */
+  long body_start;              /* Offset of the actual node body */
   int flags;                    /* See immediately below. */
 } NODE;
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]