1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-06 11:23:32 +00:00
Commit Graph

3 Commits

Author SHA1 Message Date
Lars Brinkhoff
ca081d5eb1 Fix reference to LMODEM help file.
Also clean up tabs.
2021-11-10 15:31:30 +01:00
Lars Brinkhoff
aa03281df0 Fix problem in the LMODEM file SIGNAL.
The macro condition-handlers uses the LOOP macro in a way that's no
longer allowed.  The COLLECT clause is followed by two forms: the
first is a check, and the second is actual data for the list.  This
was allowed up until LOOP version 809, but no longer in 818.  Moving
the check do a DO clause fixes the problem.
2021-11-10 15:31:30 +01:00
Lars Brinkhoff
79330791c0 LMODEM - Xmodem written in Maclisp.
Files courtesy of Eric J. Swenson.  Published with permission from
Edward Barton.
2021-11-10 15:31:30 +01:00