diff options
Diffstat (limited to 'Build/source/texk/web2c/omegaware')
-rw-r--r-- | Build/source/texk/web2c/omegaware/odvicopy.ch | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/omegaware/odvitype.ch | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/omegaware/ofm2opl.ch | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/omegaware/opl2ofm.ch | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/omegaware/otangle.ch | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/omegaware/ovf2ovp.ch | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/omegaware/ovp2ovf.ch | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/Build/source/texk/web2c/omegaware/odvicopy.ch b/Build/source/texk/web2c/omegaware/odvicopy.ch index b52b774ab0e..c502aa52483 100644 --- a/Build/source/texk/web2c/omegaware/odvicopy.ch +++ b/Build/source/texk/web2c/omegaware/odvicopy.ch @@ -594,7 +594,7 @@ begin end else if argument_is ('version') then begin print_version_and_exit - (banner, 'J. Plaice, Y. Haralambous, P. Breitenlohner', nil); + (banner, 'J. Plaice, Y. Haralambous, P. Breitenlohner', nil, nil); end else if argument_is ('magnification') then begin out_mag := atou (optarg); diff --git a/Build/source/texk/web2c/omegaware/odvitype.ch b/Build/source/texk/web2c/omegaware/odvitype.ch index a1e49ad1c6c..c62e7bb17e0 100644 --- a/Build/source/texk/web2c/omegaware/odvitype.ch +++ b/Build/source/texk/web2c/omegaware/odvitype.ch @@ -607,7 +607,7 @@ begin end else if argument_is ('version') then begin print_version_and_exit - (banner, nil, 'J. Plaice, Y. Haralambous, D.E. Knuth'); + (banner, nil, 'J. Plaice, Y. Haralambous, D.E. Knuth', nil); end else if argument_is ('output-level') then begin out_mode := atou (optarg); diff --git a/Build/source/texk/web2c/omegaware/ofm2opl.ch b/Build/source/texk/web2c/omegaware/ofm2opl.ch index 830fee4d04c..4b99c98d152 100644 --- a/Build/source/texk/web2c/omegaware/ofm2opl.ch +++ b/Build/source/texk/web2c/omegaware/ofm2opl.ch @@ -355,7 +355,7 @@ begin end else if argument_is ('version') then begin print_version_and_exit - (banner, nil, 'J. Plaice, Y. Haralambous, D.E. Knuth'); + (banner, nil, 'J. Plaice, Y. Haralambous, D.E. Knuth', nil); end else if argument_is ('charcode-format') then begin if strcmp (optarg, 'ascii') = 0 then diff --git a/Build/source/texk/web2c/omegaware/opl2ofm.ch b/Build/source/texk/web2c/omegaware/opl2ofm.ch index a080c2479ea..d4b4b372b14 100644 --- a/Build/source/texk/web2c/omegaware/opl2ofm.ch +++ b/Build/source/texk/web2c/omegaware/opl2ofm.ch @@ -262,7 +262,7 @@ begin end else if argument_is ('version') then begin print_version_and_exit - (banner, nil, 'J. Plaice, Y. Haralambous, D.E. Knuth'); + (banner, nil, 'J. Plaice, Y. Haralambous, D.E. Knuth', nil); end; {Else it was a flag; |getopt| has already done the assignment.} until getopt_return_val = -1; diff --git a/Build/source/texk/web2c/omegaware/otangle.ch b/Build/source/texk/web2c/omegaware/otangle.ch index 3e85ff8bbc7..31c2fd35710 100644 --- a/Build/source/texk/web2c/omegaware/otangle.ch +++ b/Build/source/texk/web2c/omegaware/otangle.ch @@ -417,7 +417,7 @@ begin end else if argument_is ('version') then begin print_version_and_exit - (banner, nil, 'J. Plaice, Y. Haralambous, D.E. Knuth'); + (banner, nil, 'J. Plaice, Y. Haralambous, D.E. Knuth', nil); end; {Else it was a flag; |getopt| has already done the assignment.} until getopt_return_val = -1; diff --git a/Build/source/texk/web2c/omegaware/ovf2ovp.ch b/Build/source/texk/web2c/omegaware/ovf2ovp.ch index 4c2c3effb3d..167509717ac 100644 --- a/Build/source/texk/web2c/omegaware/ovf2ovp.ch +++ b/Build/source/texk/web2c/omegaware/ovf2ovp.ch @@ -493,7 +493,7 @@ begin end else if argument_is ('version') then begin print_version_and_exit - (banner, nil, 'J. Plaice, Y. Haralambous, D.E. Knuth'); + (banner, nil, 'J. Plaice, Y. Haralambous, D.E. Knuth', nil); end else if argument_is ('charcode-format') then begin if strcmp (optarg, 'ascii') = 0 then diff --git a/Build/source/texk/web2c/omegaware/ovp2ovf.ch b/Build/source/texk/web2c/omegaware/ovp2ovf.ch index c105f60ceb0..058f755c138 100644 --- a/Build/source/texk/web2c/omegaware/ovp2ovf.ch +++ b/Build/source/texk/web2c/omegaware/ovp2ovf.ch @@ -234,7 +234,7 @@ begin end else if argument_is ('version') then begin print_version_and_exit - (banner, nil, 'J. Plaice, Y. Haralambous, D.E. Knuth'); + (banner, nil, 'J. Plaice, Y. Haralambous, D.E. Knuth', nil); end; {Else it was a flag; |getopt| has already done the assignment.} until getopt_return_val = -1; |