Borje,
I really like your pbcodec program. Found one error, though.
A global array is declared (outside the procs). It is dimensioned, but not used,
inside a subroutine. Your results erroneously report it as an unused local.
I wonder if unused equates and line labels could also be treated.
------------------
I really like your pbcodec program. Found one error, though.
A global array is declared (outside the procs). It is dimensioned, but not used,
inside a subroutine. Your results erroneously report it as an unused local.
I wonder if unused equates and line labels could also be treated.
------------------
Comment