Skip to content
Snippets Groups Projects
Commit 355f3342 authored by wlott's avatar wlott
Browse files

If *backend* and *native-backend* are all the same then load macros and

stuff as we compile them.
parent 6408dfb9
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,9 @@
#+bootstrap
(export '(assem::nop) "ASSEM")
(defparameter *load-stuff* #+bootstrap t #-bootstrap nil)
(defparameter *load-stuff*
#+bootstrap t
#-bootstrap (eq c:*backend* c:*native-backend*))
;;; Import so that these types which appear in the globldb are the same...
#+bootstrap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment