Skip to content
Snippets Groups Projects
Commit 66f7e65c authored by rtoy's avatar rtoy
Browse files

o COMPUTE-TAB-SIZE was off by one (I think) in deciding if the cursor

  was at or beyond colnum.
o COMPUTE-TAB-SIZE was crashing if colinc was zero, instead of
  returning 0.
o PPRINT-TABULAR was passing the specified tabsize to PPRINT-TAB.  I
  think it should be incremented by one to specify the correct colinc
  for PPRINT-TAB.

These fixes correct some of the errors found by ANSI-TESTS.
parent 3e0d66e4
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment