We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f101d9f commit 6617792Copy full SHA for 6617792
src/mezz/sys-load.r
@@ -243,6 +243,7 @@ load-boot-exts: function [
243
'else [export-words mod hdr/exports]
244
]
245
246
+ set 'boot-exts 'done
247
set 'load-boot-exts 'done ; only once
248
249
src/mezz/sys-start.r
@@ -86,7 +86,7 @@ start: func [
86
87
foreach [spec body] boot-prot [module spec body]
88
;do bind-lib boot-prot
89
- ;boot-prot: 'done
+ boot-prot: 'done
90
91
;-- User is requesting usage info:
92
if flags/help [lib/usage quiet: true]
0 commit comments