From: ceriel Date: Wed, 13 Jul 1988 13:51:57 +0000 (+0000) Subject: updated; the int command now is an interpreter X-Git-Tag: release-5-5~3049 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=db95ccff91061e097ff2a92f07797c008f289486;p=ack.git updated; the int command now is an interpreter --- diff --git a/lang/pc/test/Makefile b/lang/pc/test/Makefile index b3d3c828a..84593e8e3 100644 --- a/lang/pc/test/Makefile +++ b/lang/pc/test/Makefile @@ -5,14 +5,14 @@ NOFL = all: testC testI testI: -# int $(NOFL) t1.p; em - int $(NOFL) t2.p; em - int $(NOFL) t3.p; em e.out f1 f2 f3 f4 f5 f6 - int $(NOFL) t4.p; em - int $(NOFL) t5.p; em - int $(NOFL) tstenc.p; em - int $(NOFL) tstgto.p; em - int $(NOFL) -.p callc.p cmod.c ; em + em22 $(NOFL) t1.p; int + em22 $(NOFL) t2.p; int + em22 $(NOFL) t3.p; int e.out f1 f2 f3 f4 f5 f6 + em22 $(NOFL) t4.p; int + em22 $(NOFL) t5.p; int + em22 $(NOFL) tstenc.p; int + em22 $(NOFL) tstgto.p; int + em22 $(NOFL) -.p callc.p cmod.c ; int rm -f e.out f? *.k testC: