texlive[44814] Build/source/texk/web2c/synctexdir: remove duplicated

commits+kakuto at tug.org commits+kakuto at tug.org
Sun Jul 16 01:03:35 CEST 2017


Revision: 44814
          http://tug.org/svn/texlive?view=revision&revision=44814
Author:   kakuto
Date:     2017-07-16 01:03:35 +0200 (Sun, 16 Jul 2017)
Log Message:
-----------
remove duplicated definition of type

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/synctexdir/ChangeLog
    trunk/Build/source/texk/web2c/synctexdir/synctex_parser.c

Modified: trunk/Build/source/texk/web2c/synctexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/synctexdir/ChangeLog	2017-07-15 21:27:01 UTC (rev 44813)
+++ trunk/Build/source/texk/web2c/synctexdir/ChangeLog	2017-07-15 23:03:35 UTC (rev 44814)
@@ -1,3 +1,7 @@
+2017-07-15  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
+
+	* synctex_parser.c: Remove double definition of synctex_iterator_s.
+
 2017-07-14  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
 
 	* synctex_parser.c, synctex_parser_util.c: Support

Modified: trunk/Build/source/texk/web2c/synctexdir/synctex_parser.c
===================================================================
--- trunk/Build/source/texk/web2c/synctexdir/synctex_parser.c	2017-07-15 21:27:01 UTC (rev 44813)
+++ trunk/Build/source/texk/web2c/synctexdir/synctex_parser.c	2017-07-15 23:03:35 UTC (rev 44814)
@@ -6963,12 +6963,12 @@
 #       pragma mark Queries
 #   endif
 
-typedef struct synctex_iterator_t {
+struct synctex_iterator_t {
     synctex_node_p seed;
     synctex_node_p next;
     int count0;
     int count;
-} synctex_iterator_s;
+};
 
 SYNCTEX_INLINE static synctex_iterator_p _synctex_iterator_new(synctex_node_p result, int count) {
     synctex_iterator_p iterator;



More information about the tex-live-commits mailing list