Move *ROOT* to toplevel.lisp because of an error.
authorOlof-Joachim Frahm <olof@macrolet.net>
Thu, 6 Jun 2013 22:56:50 +0000 (00:56 +0200)
committerOlof-Joachim Frahm <olof@macrolet.net>
Thu, 6 Jun 2013 22:56:50 +0000 (00:56 +0200)
src/ffi.lisp
src/toplevel.lisp

index 537b2cc..be5048a 100644 (file)
@@ -13,8 +13,6 @@
 ;; You should have received a copy of the GNU General Public License
 ;; along with JSCL.  If not, see <http://www.gnu.org/licenses/>.
 
-(defvar *root* (%js-vref "window"))
-
 (define-setf-expander oget (object key &rest keys)
   (let* ((keys (cons key keys))
          (g!object (gensym))
index a396554..497d4a0 100644 (file)
 
 (setq *package* *user-package*)
 
+(defvar *root* (%js-vref "window"))
+
 ;;; Set some external entry point to the Lisp implementation to the
 ;;; console. It would not be necessary when FFI is finished.
 (let ((*root* #j:lisp))