Add eval-when special form
[jscl.git] / src / ffi.lisp
index 537b2cc..db6a23e 100644 (file)
@@ -13,7 +13,7 @@
 ;; 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"))
+(/debug "loading ffi.lisp!")
 
 (define-setf-expander oget (object key &rest keys)
   (let* ((keys (cons key keys))