diff options
author | Jérôme Laurens <jerome.laurens@u-bourgogne.fr> | 2017-04-26 02:17:22 +0000 |
---|---|---|
committer | Jérôme Laurens <jerome.laurens@u-bourgogne.fr> | 2017-04-26 02:17:22 +0000 |
commit | e414f69f002041303b5360fd025e4a206204b413 (patch) | |
tree | 9b03c620e0dc72f29f2dbdad580e0bfbdee5a826 /Build/source/texk/web2c/synctexdir/synctex-pdftex.h | |
parent | 1c1040c50e68b904c11f1865f5372d05e22fb7d6 (diff) |
SyncTeX: fixed crash threat thanks to Akura Kakuto. Fixed newline bug on pdftex without breaking lualatex.
git-svn-id: svn://tug.org/texlive/trunk@44052 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/synctexdir/synctex-pdftex.h')
-rw-r--r-- | Build/source/texk/web2c/synctexdir/synctex-pdftex.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/synctexdir/synctex-pdftex.h b/Build/source/texk/web2c/synctexdir/synctex-pdftex.h index dd61943ec5d..42638a11ce5 100644 --- a/Build/source/texk/web2c/synctexdir/synctex-pdftex.h +++ b/Build/source/texk/web2c/synctexdir/synctex-pdftex.h @@ -69,3 +69,4 @@ extern void synctexpdfxform(halfword p); extern void synctexmrofxfdp(); extern void synctexpdfrefxform(int objnum); +#define SYNCTEX_interaction interaction |