fix define-runtime-paths' and
raco exe'
Cross-module optimization started inlining the `#f' value for the table that `raco exe' replaces.
This commit is contained in:
parent
7bb8c6c4b3
commit
495c0da189
|
@ -1,3 +1,5 @@
|
||||||
(module runtime-path-table mzscheme
|
(module runtime-path-table mzscheme
|
||||||
(provide table)
|
(provide table)
|
||||||
(define table #f))
|
(define table #f)
|
||||||
|
;; So table definition is not inlined across modules:
|
||||||
|
(set! table #f))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user