Skip to content

Commit

Permalink
*HAVE-C-COMPILER?* left the building.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Michael Klose committed Mar 11, 2017
1 parent 5e07b07 commit 0aaa42a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion environment/stage0/config-defaults-cl.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@
(%defvar *print-status?* t)
(%defvar *have-environment-tests* nil)
(%defvar *have-compiler?* nil)
(%defvar *have-c-compiler?* t)
1 change: 0 additions & 1 deletion environment/stage0/config-defaults-js.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@
(%defvar *print-status?* t)
(%defvar *have-environment-tests* nil)
(%defvar *have-compiler?* nil)
(%defvar *have-c-compiler?* nil)
4 changes: 1 addition & 3 deletions makefiles/webconsole.lisp
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
(load "environment/platforms/js/event/names.lisp")

(defvar *log-events?* nil)
(var *log-events?* nil)

(= *allow-redefinitions?* t)
(= *have-compiler?* t)
(= *have-c-compiler?* nil)
;(= (transpiler-dump-passes? *js-transpiler*) t)

(unix-sh-mkdir "compiled" :parents t)
(make-project "tré web console"
Expand Down

0 comments on commit 0aaa42a

Please sign in to comment.