Skip to content

Commit

Permalink
bootstrap: update
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzo committed Sep 22, 2017
1 parent 7581b16 commit 86bd97e
Show file tree
Hide file tree
Showing 4 changed files with 1,251 additions and 1,243 deletions.
22 changes: 11 additions & 11 deletions src/bootstrap/gerbil/compiler/driver.ssi
Original file line number Diff line number Diff line change
Expand Up @@ -10,38 +10,38 @@ namespace: gxc
(spec: (:gerbil/gambit/misc) (0 pretty-print 0 pretty-print))
(spec:
(:gerbil/gambit/ports)
(0 process-status 0 process-status)
(0 open-process 0 open-process))
(0 open-process 0 open-process)
(0 process-status 0 process-status))
(spec:
(:gerbil/gambit/os)
(0 time->seconds 0 time->seconds)
(0 file-info-size 0 file-info-size)
(0 current-time 0 current-time)
(0 file-info 0 file-info)))
(0 time->seconds 0 time->seconds)
(0 file-info 0 file-info)
(0 current-time 0 current-time)))
(%#export
(spec: 0 compile-file compile-file)
(spec: 0 compile-exe-stub compile-exe-stub)
(spec: 0 compile-static-exe compile-static-exe))
(%#define-runtime compile-timestamp gxc#compile-timestamp)
(%#begin (%#define-runtime
compile-file__opt-lambda21171
gxc#compile-file__opt-lambda21171)
compile-file__opt-lambda21174
gxc#compile-file__opt-lambda21174)
(%#begin (%#define-runtime
compile-file__0
gxc#compile-file__0)
(%#define-runtime compile-file gxc#compile-file)))
(%#begin (%#define-runtime
compile-exe-stub__opt-lambda21157
gxc#compile-exe-stub__opt-lambda21157)
compile-exe-stub__opt-lambda21160
gxc#compile-exe-stub__opt-lambda21160)
(%#begin (%#define-runtime
compile-exe-stub__0
gxc#compile-exe-stub__0)
(%#define-runtime
compile-exe-stub
gxc#compile-exe-stub)))
(%#begin (%#define-runtime
compile-static-exe__opt-lambda21143
gxc#compile-static-exe__opt-lambda21143)
compile-static-exe__opt-lambda21146
gxc#compile-static-exe__opt-lambda21146)
(%#begin (%#define-runtime
compile-static-exe__0
gxc#compile-static-exe__0)
Expand Down
6 changes: 3 additions & 3 deletions src/bootstrap/gerbil/compiler/driver.ssxi.ss
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ package: gerbil/compiler
gxc#compile-file
(@case-lambda
(1 gxc#compile-file__0)
(2 gxc#compile-file__opt-lambda21171)))
(2 gxc#compile-file__opt-lambda21174)))
(declare-type
gxc#compile-exe-stub
(@case-lambda
(1 gxc#compile-exe-stub__0)
(2 gxc#compile-exe-stub__opt-lambda21157)))
(2 gxc#compile-exe-stub__opt-lambda21160)))
(declare-type
gxc#compile-static-exe
(@case-lambda
(1 gxc#compile-static-exe__0)
(2 gxc#compile-static-exe__opt-lambda21143))))
(2 gxc#compile-static-exe__opt-lambda21146))))
Loading

0 comments on commit 86bd97e

Please sign in to comment.