texinfo-commits
[Top][All Lists]
Advanced

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

texinfo/makeinfo float.c,1.11,1.12 float.h,1.5,1.6


From: dirt
Subject: texinfo/makeinfo float.c,1.11,1.12 float.h,1.5,1.6
Date: Thu, 8 Jan 2004 17:11:28 +0100

Update of /cvsroot/texinfo/texinfo/makeinfo
In directory sheep:/tmp/cvs-serv13772/makeinfo

Modified Files:
        float.c float.h 
Log Message:
2004-01-08  Alper Ersoy  <address@hidden>

        * makeinfo/float.c (add_new_float):
        * makeinfo/float.h: save the line number @float command used.



Index: float.c
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/float.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** float.c     8 Jan 2004 16:06:21 -0000       1.11
--- float.c     8 Jan 2004 16:11:26 -0000       1.12
***************
*** 48,51 ****
--- 48,52 ----
    new->position = position;
    new->title_used = 0;
+   new->defining_line = line_number - 1;
  
    new->number = current_chapter_number ();

Index: float.h
===================================================================
RCS file: /cvsroot/texinfo/texinfo/makeinfo/float.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** float.h     6 Jan 2004 23:33:24 -0000       1.5
--- float.h     8 Jan 2004 16:11:26 -0000       1.6
***************
*** 35,38 ****
--- 35,39 ----
    char *section_name;
    short title_used;
+   int defining_line;
  } FLOAT_ELT;
  



reply via email to

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