Skip to content

Commit

Permalink
FIX: avoid user macros to leak on runtime library preprocessing.
Browse files Browse the repository at this point in the history
  • Loading branch information
dockimbel committed Dec 2, 2016
1 parent f891c15 commit 36a0de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler.r
Expand Up @@ -4250,7 +4250,7 @@ red: context [
output: make block! 10000
comp-init

pc: next preprocessor/expand load-source/hidden %boot.red job ;-- compile Red's boot script
pc: next preprocessor/expand/clean load-source/hidden %boot.red job ;-- compile Red's boot script
unless job/red-help? [clear-docstrings pc]
booting?: yes
comp-block
Expand Down

0 comments on commit 36a0de5

Please sign in to comment.