Infinite Loop in BLIST!!! (AREV Specific)
At 17 OCT 1997 12:15:35PM Victor Engel wrote:
Try BLISTing the following (do it to your screen using the (T) option to save paper):
/* some comment that stretches the line past @LPTRWIDE */label:
return
If the label is on the same line as the long comment, BLIST will go into an infinite loop. I found this by trying to print out some legacy code. No wonder it took so long to print!
Victor