diff options
author | Jérôme Laurens <jerome.laurens@u-bourgogne.fr> | 2010-05-13 07:09:22 +0000 |
---|---|---|
committer | Jérôme Laurens <jerome.laurens@u-bourgogne.fr> | 2010-05-13 07:09:22 +0000 |
commit | bcbec8522a4973bfbd5bb14d500001aebed96435 (patch) | |
tree | 72428cf9fca4ad908cb250d4030ca9e56190c681 /Build/source/texk/web2c/synctexdir/ChangeLog | |
parent | 44f26a3f760f07988625cb3200168e417f8eadaf (diff) |
very minor change in code design to remove wrong warnings when building xetex.
git-svn-id: svn://tug.org/texlive/trunk@18225 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/synctexdir/ChangeLog')
-rw-r--r-- | Build/source/texk/web2c/synctexdir/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/synctexdir/ChangeLog b/Build/source/texk/web2c/synctexdir/ChangeLog index 164d289dab4..65d57a4efa3 100644 --- a/Build/source/texk/web2c/synctexdir/ChangeLog +++ b/Build/source/texk/web2c/synctexdir/ChangeLog @@ -1,10 +1,14 @@ 2010-05-13 Jerome Laurens <jerome.laurens@u-bourgogne.fr> + * synctex.c, very minor change in code design to remove wrong warnings when building xetex. + +2010-05-13 Jerome Laurens <jerome.laurens@u-bourgogne.fr> + * synctex.c, change in code design. The macro layer is enhanced to take luatex into account. Luatex can now safely use this file instead of luatexdir/utils/synctex.c, provided luatexdir/utils/synctex-luatex.h is updated accordingly. - No change for pdftex not xetex. + No change for pdftex nor xetex. * synctex.c, typos fixed, some wrong "size_t" causing false warnings replaced by "int". |