Differences From Artifact [63b057818a]:
- File attic/stml2.scm — part of check-in [101ee7c52b] at 2021-03-06 04:39:46 on branch v1.65-real-chicken-5 — Try a grounds-up switch to chicken-5 (user: matt, size: 954) [annotate] [blame] [check-ins using]
- File attic_modular/stml2.scm — part of check-in [5d8e30ec14] at 2021-03-06 04:45:53 on branch v1.65-real-chicken-5 — wip (user: matt, size: 954) [annotate] [blame] [check-ins using]
- File stml2.scm — part of check-in [78408a15fb] at 2019-12-16 22:57:30 on branch v1.70-refactor01 — Added stml2 as compilation unit/module (user: matt, size: 954) [annotate] [blame] [check-ins using]
To Artifact [c4b458e99d]:
- File stml2.scm (unpublished)— part of check-in [3bd051cf6a] at 2021-03-02 20:11:01 on branch v1.65-real-new-runs-view-wip4 — Trying to include stml2 in all needed areas - didn't seem to work (user: mrwellan, size: 982) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
15 16 17 18 19 20 21 | ;; ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;;====================================================================== (declare (unit stml2)) | | | 15 16 17 18 19 20 21 22 23 | ;; ;; You should have received a copy of the GNU General Public License ;; along with Megatest. If not, see <http://www.gnu.org/licenses/>. ;;====================================================================== (declare (unit stml2)) (include "stml2/cookie.scm") (include "stml2/stml2.scm") |