Differences From Artifact [87d8f25daf]:
- File api.scm — part of check-in [9fb9312fc1] at 2021-02-26 21:38:11 on branch v1.65-real-new-runs-view-wip3 — fixed gendeps.scm, wip (user: matt, size: 933) [annotate] [blame] [check-ins using]
To Artifact [26d83ebd3e]:
- File api.scm — part of check-in [dd508f0885] at 2021-02-27 18:53:12 on branch v1.65-real-new-runs-view-wip3 — It compiles (user: matt, size: 956) [annotate] [blame] [check-ins using]
- File attic_modular/api.scm — part of check-in [5d8e30ec14] at 2021-03-06 04:45:53 on branch v1.65-real-chicken-5 — wip (user: matt, size: 956) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
17 18 19 20 21 22 23 24 25 | ;; ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; ;;====================================================================== (use srfi-69 posix) | > > > | 17 18 19 20 21 22 23 24 25 26 27 28 | ;; ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;; ;;====================================================================== (use srfi-69 posix) (declare (unit api)) |