summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/alephdir/omocp.ch
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-12-08 15:52:46 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-12-08 15:52:46 +0000
commitf3e40d2b2c211ff34d2f71c594710adf6a9c8ff9 (patch)
tree54028d7972a87e08b5abefdbc94318495e99563a /Build/source/texk/web2c/alephdir/omocp.ch
parentebe00483e56492b456bfdc085e0a07ba280a0617 (diff)
web2c: Consistency of `constants'
git-svn-id: svn://tug.org/texlive/trunk@24797 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/alephdir/omocp.ch')
-rw-r--r--Build/source/texk/web2c/alephdir/omocp.ch2
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;