use new file

This commit is contained in:
Justin Ethier 2018-11-10 07:03:37 -05:00
parent 6f4900c0a0
commit d96314993d

View file

@ -34,6 +34,7 @@
opt:contract opt:contract
opt:inline-prims opt:inline-prims
opt:beta-expand opt:beta-expand
opt:local-var-reduction
adb:clear! adb:clear!
adb:get adb:get
adb:get/default adb:get/default
@ -95,6 +96,7 @@
with-fnc with-fnc
with-fnc! with-fnc!
) )
(include "local-var-redux.scm")
(begin (begin
;; The following two defines allow non-CPS functions to still be considered ;; The following two defines allow non-CPS functions to still be considered
;; for certain inlining optimizations. ;; for certain inlining optimizations.