X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Ftoplevel.lisp;h=99d3b390f4758bf2123dea07d592021a53f8781b;hb=c296885ca974898925b89af066b1b14a6fca0f57;hp=497d4a032058918439a21b7962469505402a71b4;hpb=bdf672312657b00576cdd26367c2b0ef2a340b27;p=jscl.git diff --git a/src/toplevel.lisp b/src/toplevel.lisp index 497d4a0..99d3b39 100644 --- a/src/toplevel.lisp +++ b/src/toplevel.lisp @@ -16,6 +16,7 @@ ;; You should have received a copy of the GNU General Public License ;; along with JSCL. If not, see . +(/debug "loading toplevel.lisp!") (defun eval (x) (js-eval (ls-compile-toplevel x t)))