summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/synctexdir/synctex_main.c
diff options
context:
space:
mode:
authorJérôme Laurens <jerome.laurens@u-bourgogne.fr>2017-09-14 17:38:58 +0000
committerJérôme Laurens <jerome.laurens@u-bourgogne.fr>2017-09-14 17:38:58 +0000
commit235f48116002765dd45a0eab7961e12c70a05fa7 (patch)
tree138ceaddd0b2e7dc5987bbff98040af79d24e0fe /Build/source/texk/web2c/synctexdir/synctex_main.c
parent401a005602980b783c937aaf6a0746ca32acd30d (diff)
Synchronize with SyncTeX on GitHub. No TeX rebuild.
git-svn-id: svn://tug.org/texlive/trunk@45301 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/synctexdir/synctex_main.c')
-rw-r--r--Build/source/texk/web2c/synctexdir/synctex_main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/synctexdir/synctex_main.c b/Build/source/texk/web2c/synctexdir/synctex_main.c
index 46b8e91428e..173d7897da3 100644
--- a/Build/source/texk/web2c/synctexdir/synctex_main.c
+++ b/Build/source/texk/web2c/synctexdir/synctex_main.c
@@ -60,8 +60,6 @@ This file is named "synctex_main.c".
This is the command line interface to the synctex_parser.c.
*/
-# define SYNCTEX_CLI_VERSION_STRING "1.4"
-
# ifdef __linux__
# define _ISOC99_SOURCE /* to get the fmax() prototype */
# endif
@@ -79,6 +77,7 @@ This is the command line interface to the synctex_parser.c.
# include <string.h>
# include <stdarg.h>
# include <math.h>
+# include "synctex_version.h"
# include "synctex_parser_advanced.h"
# include "synctex_parser_utils.h"