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 [6f0ee137b2]:
- File stml2.scm — part of check-in [33818f7a92] at 2021-04-10 20:50:43 on branch v1.6584-ck5 — Added some needed compilation unit uses (user: matt, size: 979) [annotate] [blame] [check-ins using]
︙ | |||
15 16 17 18 19 20 21 22 23 | 15 16 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/>. ;;====================================================================== (declare (unit stml2)) (declare (uses cookie)) (include "stml2/stml2.scm") |