diff options
Diffstat (limited to 'Build/source/texk/web2c/alephdir/omocp.ch')
-rw-r--r-- | Build/source/texk/web2c/alephdir/omocp.ch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/alephdir/omocp.ch b/Build/source/texk/web2c/alephdir/omocp.ch index 039903327fb..3150d5943a9 100644 --- a/Build/source/texk/web2c/alephdir/omocp.ch +++ b/Build/source/texk/web2c/alephdir/omocp.ch @@ -644,7 +644,7 @@ else begin while r <> 0 do begin p:=q; q:=r; r:=ocp_lstack_lnext(r); end; - ocp_lstack_lnext(p) := null; + ocp_lstack_lnext(p) := 0; end end; end; |