diff options
Diffstat (limited to 'Build/source/texk/web2c/synctex/synctex.defines')
-rw-r--r-- | Build/source/texk/web2c/synctex/synctex.defines | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/synctex/synctex.defines b/Build/source/texk/web2c/synctex/synctex.defines index 357c77f5e8a..8fb9c592169 100644 --- a/Build/source/texk/web2c/synctex/synctex.defines +++ b/Build/source/texk/web2c/synctex/synctex.defines @@ -34,16 +34,28 @@ authorization from the copyright holder. Notice: ------- This file is an interface to the synctex system for web2c. +It declares the public functions API of synctex.c. +It is always embedded as common definitions when convert'ing +from web to c (See the convert shell script). } -{ functions from the synctex controller in synctex.h } +{ functions from the synctex controller in synctex.c } @define procedure synctexstartinput; +@define procedure synctexterminate; @define procedure synctexsheet(); +@define procedure synctexteehs; +@define procedure synctexvlist(); +@define procedure synctextsilv(); +@define procedure synctexvoidvlist(); @define procedure synctexhlist(); @define procedure synctextsilh(); +@define procedure synctexvoidhlist(); @define procedure synctexmath(); @define procedure synctexkern(); -@define procedure synctexglue(); +@define procedure synctexchar(); +@define procedure synctexnode(); +@define procedure synctexcurrent; +@define procedure synctexhorizontalruleorglue(); { end of synctex.defines } { vim: set syntax=web : } |