Overview
Comment:Updated stmlrun to require-library stml
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | selfcontained
Files: files | file ages | folders
SHA1: 632ed21f6c2533c6a8a4059d1c7849934b19f102
User & Date: matt on 2013-05-18 19:00:52
Other Links: branch diff | manifest | tags
Context
2013-05-18
21:13
Added utility to rollup pages check-in: 136be142e4 user: matt tags: selfcontained
19:00
Updated stmlrun to require-library stml check-in: 632ed21f6c user: matt tags: selfcontained
06:33
changed stmlmodule.so to stml.so check-in: 0952b2f8ef user: matt tags: selfcontained
Changes

Modified stmlrun.scm from [af125f0de3] to [ab2a64d7c8].

8
9
10
11
12
13
14
15

16
17
;;  This program is distributed WITHOUT ANY WARRANTY; without even the
;;  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
;;  PURPOSE.

;; (require-extension syntax-case)
;; (declare (run-time-macros))

(include "stmlcommon.scm")


(stml:main #f)







|
>


8
9
10
11
12
13
14
15
16
17
18
;;  This program is distributed WITHOUT ANY WARRANTY; without even the
;;  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
;;  PURPOSE.

;; (require-extension syntax-case)
;; (declare (run-time-macros))

;; (include "stmlcommon.scm")
(require-library stml)

(stml:main #f)