texlive[44824] Build/source/texk/web2c/synctexdir: avoid to be

commits+kakuto at tug.org commits+kakuto at tug.org
Sun Jul 16 23:20:45 CEST 2017


Revision: 44824
          http://tug.org/svn/texlive?view=revision&revision=44824
Author:   kakuto
Date:     2017-07-16 23:20:45 +0200 (Sun, 16 Jul 2017)
Log Message:
-----------
avoid to be included twice

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/synctexdir/ChangeLog
    trunk/Build/source/texk/web2c/synctexdir/synctex_parser_utils.h

Modified: trunk/Build/source/texk/web2c/synctexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/synctexdir/ChangeLog	2017-07-16 20:53:18 UTC (rev 44823)
+++ trunk/Build/source/texk/web2c/synctexdir/ChangeLog	2017-07-16 21:20:45 UTC (rev 44824)
@@ -1,3 +1,7 @@
+2017-07-16  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
+
+	* synctex_parser_utils.h: Avoid to be included twice.
+
 2017-07-15  Akira Kakuto  <kakuto at fuk.kindai.ac.jp>
 
 	* synctex_parser.c: Remove double definition of synctex_iterator_s.

Modified: trunk/Build/source/texk/web2c/synctexdir/synctex_parser_utils.h
===================================================================
--- trunk/Build/source/texk/web2c/synctexdir/synctex_parser_utils.h	2017-07-16 20:53:18 UTC (rev 44823)
+++ trunk/Build/source/texk/web2c/synctexdir/synctex_parser_utils.h	2017-07-16 21:20:45 UTC (rev 44824)
@@ -38,6 +38,9 @@
 
 */
 
+#ifndef SYNCTEX_PARSER_UTILS_H
+#define SYNCTEX_PARSER_UTILS_H
+
 /*  The utilities declared here are subject to conditional implementation.
  *  All the operating system special stuff goes here.
  *  The problem mainly comes from file name management: path separator, encoding...
@@ -155,3 +158,4 @@
 #endif
 
 #endif
+#endif /* SYNCTEX_PARSER_UTILS_H */



More information about the tex-live-commits mailing list