mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 23:37:38 +02:00
Append code in same order as the library's includes
This commit is contained in:
parent
8b8e059191
commit
001e1e4493
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
||||||
(lib:import->path lib-name)
|
(lib:import->path lib-name)
|
||||||
include))
|
include))
|
||||||
input-program)))
|
input-program)))
|
||||||
includes))))
|
(reverse includes))))) ;; Append code in same order as the library's includes
|
||||||
(else
|
(else
|
||||||
;; Handle import, if present
|
;; Handle import, if present
|
||||||
(cond
|
(cond
|
||||||
|
|
Loading…
Add table
Reference in a new issue