~ chicken-core (chicken-5) 0a63f9e6ee8478d9a0cdf0eaab782ac56e6bc518
commit 0a63f9e6ee8478d9a0cdf0eaab782ac56e6bc518 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Thu Feb 16 00:08:58 2017 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Thu Feb 16 00:08:58 2017 +0100 added inline-file egg property diff --git a/egg-compile.scm b/egg-compile.scm index cd128628..e914dbe1 100644 --- a/egg-compile.scm +++ b/egg-compile.scm @@ -217,6 +217,8 @@ (set! link (cdr info))) ((types-file) (set! tfile (or (null? (cdr info)) (arg info 1 name?)))) + ((inline-file) + (set! ifile (or (null? (cdr info)) (arg info 1 name?)))) ((custom-build) (set! cbuild (arg info 1 string?))) ((csc-options)Trap