Skip to content
Snippets Groups Projects
Commit 25189e3e authored by Luigi Scarso's avatar Luigi Scarso
Browse files

Make disc node prev. pointers more uniform (M.Krüger)

parent ffcf7848
No related branches found
No related tags found
No related merge requests found
2022-12-03 Luigi Scarso <luigi.scarso@gmail.com>
* Make disc node prev. pointers more uniform (M.Krüger)
2022-11-20 Luigi Scarso <luigi.scarso@gmail.com>
* set \variablefam = -1 as initial value (H.Hagen).
......
......@@ -472,12 +472,7 @@ static halfword compound_word_break(halfword t, int clang)
void set_disc_field(halfword f, halfword t)
{
if (t != null) {
/*tex
No |couple_nodes(f, t);| as we can better not expose |f| as |prev|
pointer.
*/
vlink(f) = t ;
alink(t) = null ;
couple_nodes(f, t);
tlink(f) = tail_of_list(t);
} else {
vlink(f) = null;
......
#ifndef luatex_svn_revision_h
#define luatex_svn_revision_h
#define luatex_svn_revision 7550
#define luatex_svn_revision 7551
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment