diff options
Diffstat (limited to 'Build/source/texk/web2c/synctex/synctex.h')
-rw-r--r-- | Build/source/texk/web2c/synctex/synctex.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Build/source/texk/web2c/synctex/synctex.h b/Build/source/texk/web2c/synctex/synctex.h index ab49e9038e3..1acfb96f86f 100644 --- a/Build/source/texk/web2c/synctex/synctex.h +++ b/Build/source/texk/web2c/synctex/synctex.h @@ -28,16 +28,11 @@ OTHER DEALINGS IN THE SOFTWARE # ifndef __SYNCTEX_HEADER__ # define __SYNCTEX_HEADER__ -/* Send this message to init the synctex command value to the command line option. - * Sending this message too early will cause a bus error. */ -extern void synctexinitcommand(void); +#include "synctex-common.h" /* Send this message when starting a new input. */ extern void synctexstartinput(void); -/* Send this message to clean memory. */ -extern void synctexterminate(boolean log_opened); - /* Recording the "{..." line. In *tex.web, use synctex_sheet(pdf_output) at * the very beginning of the ship_out procedure. */ @@ -97,4 +92,4 @@ extern void synctexnode(halfword p, halfword this_box); /* For debugging purpose only */ extern void synctexcurrent(void); -# endif
\ No newline at end of file +# endif |