From d39f0e753e0b384e3a549d5b36ff9b1e3d03fc9f Mon Sep 17 00:00:00 2001 From: Martin Ruckert Date: Tue, 22 Sep 2015 14:49:32 +0000 Subject: [PATCH] reverting some changes concerning filenames based on the new implementation of the FILE instruction --- mmixlib/mmixallib.ch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/mmixlib/mmixallib.ch b/mmixlib/mmixallib.ch index 50bcad1..4fa00e3 100644 --- a/mmixlib/mmixallib.ch +++ b/mmixlib/mmixallib.ch @@ -331,19 +331,6 @@ tetra z,y,x,yz,xyz; /* pieces for assembly */ static tetra z,y,x,yz,xyz; /* pieces for assembly */ @z -The following change is new for alex, the extended mmixal - -@x - f = fopen(filename[k],"rb"); - if (f==NULL) { - derr("unable to open file \"%s\"",filename[k]);@+goto bypass;@+} -@y - f = fopen(file2filename(k),"rb"); - if (f==NULL) { - derr("unable to open file \"%s\"",file2filename(k));@+goto bypass;@+} -@z - - The main() program becomes mmixal(). @x -- GitLab