The use of {w} in a program line of fe did not work, because ack scans
authorceriel <none@none>
Mon, 19 Oct 1987 10:24:52 +0000 (10:24 +0000)
committerceriel <none@none>
Mon, 19 Oct 1987 10:24:52 +0000 (10:24 +0000)
commit211d2bcfff7b61dc5031f05fea36b4f97a8813aa
treea91228ca498ec2b2cb1783c096c82270af2ce880
parent67cf9c49337a1320b1723503cb131bf51cb6bf70
The use of {w} in a program line of fe did not work, because ack scans
fe before it scans MACH (which is where most vars are declared).
Reversing the order of the scans caused other problems, related to
callnames. I have therefore delayed the 'scanvars' of program lines
(as is already done with args).
util/ack/rmach.c
util/ack/run.c