repeat() not implemented in PerlInt
After running cvs up -d and then "make", a bunch of my tests broke. Here's the problem boiled down to the simplest case I can find: [~/pirate]: cat bug.imc .sub __main__ $P2 = new PerlInt $P2 = 1 $P3 = new PerlInt $P3 = 1 if $P2 == $P3 goto cmp1 c
Re: repeat() not implemented in PerlInt
Michal Wallace wrote: After running cvs up -d and then "make", a bunch of my tests broke. [ ... ] [~/pirate]: imcc bug.imc repeat() not implemented for PerlInt Incomplete dependencies in Makefile. Please run "make realclean" Sincerely, leo