diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-03-14 10:49:05 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-03-14 10:49:05 +0000 |
commit | 595b4e212e6725cb537f0a2004f717ac823594cf (patch) | |
tree | 910c9242e6ff6a33276df187d4efa3be8b0d973c /Build/source/texk/web2c/luatexdir/utils | |
parent | 892ae1fb345dfa7ebd8586a09d09c4cef9d14464 (diff) |
Reduce diffs between files in synctexdir/ and luatexdir/utils/
git-svn-id: svn://tug.org/texlive/trunk@21712 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/utils')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/utils/synctex.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/texk/web2c/luatexdir/utils/synctex.c b/Build/source/texk/web2c/luatexdir/utils/synctex.c index ab76fe9a440..557c0bdae23 100644 --- a/Build/source/texk/web2c/luatexdir/utils/synctex.c +++ b/Build/source/texk/web2c/luatexdir/utils/synctex.c @@ -805,8 +805,8 @@ void synctexteehs(void) static inline void synctex_record_vlist(halfword p); /* This message is sent when a vlist will be shipped out, more precisely at - * the beginning of the vliSYNCTEX_out procedure in *TeX.web. It will be balanced - * by a synctex_tsilv, sent at the end of the vliSYNCTEX_out procedure. p is the + * the beginning of the vlist_out procedure in *TeX.web. It will be balanced + * by a synctex_tsilv, sent at the end of the vlist_out procedure. p is the * address of the vlist We assume that p is really a vlist node! */ void synctexvlist(halfword this_box) { @@ -830,7 +830,7 @@ static inline void synctex_record_tsilv(halfword p); /* Recording a "f" line ending a vbox: this message is sent whenever a vlist * has been shipped out. It is used to close the vlist nesting level. It is - * sent at the end of the vliSYNCTEX_out procedure in *TeX.web to balance a former + * sent at the end of the vlist_out procedure in *TeX.web to balance a former * synctex_vlist sent at the beginning of that procedure. */ void synctextsilv(halfword this_box) { @@ -876,8 +876,8 @@ void synctexvoidvlist(halfword p, halfword this_box __attribute__ ((unused))) static inline void synctex_record_hlist(halfword p); /* This message is sent when an hlist will be shipped out, more precisely at - * the beginning of the hliSYNCTEX_out procedure in *TeX.web. It will be balanced - * by a synctex_tsilh, sent at the end of the hliSYNCTEX_out procedure. p is the + * the beginning of the hlist_out procedure in *TeX.web. It will be balanced + * by a synctex_tsilh, sent at the end of the hlist_out procedure. p is the * address of the hlist We assume that p is really an hlist node! */ void synctexhlist(halfword this_box) { @@ -901,7 +901,7 @@ static inline void synctex_record_tsilh(halfword p); /* Recording a ")" line ending an hbox this message is sent whenever an hlist * has been shipped out it is used to close the hlist nesting level. It is - * sent at the end of the hliSYNCTEX_out procedure in *TeX.web to balance a former + * sent at the end of the hlist_out procedure in *TeX.web to balance a former * synctex_hlist sent at the beginning of that procedure. */ void synctextsilh(halfword this_box) { |