diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-03-21 14:53:42 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-03-21 14:53:42 +0000 |
commit | d1426e5c1433854e549a660aab76b352d6cb5c58 (patch) | |
tree | 997af0bd811f466c40bf2fa3e901e986d9d7b1a4 /Build/source/texk/web2c/alephdir/omega.ch0 | |
parent | 30a12447551fb765efd2fcdc71d76d9d1cf41f0c (diff) |
remove obsolete files
git-svn-id: svn://tug.org/texlive/trunk@21781 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/alephdir/omega.ch0')
-rw-r--r-- | Build/source/texk/web2c/alephdir/omega.ch0 | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/Build/source/texk/web2c/alephdir/omega.ch0 b/Build/source/texk/web2c/alephdir/omega.ch0 deleted file mode 100644 index c6b20931224..00000000000 --- a/Build/source/texk/web2c/alephdir/omega.ch0 +++ /dev/null @@ -1,45 +0,0 @@ -% -% Copyright (c) 2002-2003 the Omega Task Force -% -% Change file to assist in creating the web2c-specific change file. -% This one resolves inconsistencies between the etex changes for -% web2c and Omega changes for web2c. -% Public domain. - -@x -@d banner=='This is e-Omega, Version 3.1415926--1.15--2.1--RC1' {printed when \TeX\ starts} -@y -@d banner=='This is Omega, Version 3.1415926--1.15' {printed when \TeX\ starts} -@z - -@x -wterm(eTeX_banner); -@y -wterm(banner); -@z - -@x -begin wlog(eTeX_banner); -@y -begin wlog(banner); -@z - -@x [50] m.1308 l.23794 - e-TeX basic -if x<>@$ then goto bad_fmt; {check that strings are the same} -@/@<Undump the \eTeX\ state@>@/ -@y -if x<>@$ then goto bad_fmt; {check that strings are the same} -@z - -@x - begin @!init for c:=top_mark_code to split_bot_mark_code do - if cur_mark[c]<>null then delete_token_ref(cur_mark[c]); - if sa_mark<>null then - if do_marks(destroy_marks,0,sa_mark) then sa_mark:=null; - for c:=last_box_code to vsplit_code do flush_node_list(disc_ptr[c]); - store_fmt_file; return;@+tini@/ -@y - begin @!init for c:=top_mark_code to split_bot_mark_code do - if cur_mark[c]<>null then delete_token_ref(cur_mark[c]); - store_fmt_file; return;@+tini@/ -@z |