From: Olof-Joachim Frahm Date: Tue, 15 Oct 2013 20:41:56 +0000 (+0200) Subject: Fix (SETF OGET). X-Git-Url: http://repo.macrolet.net/gitweb/?p=jscl.git;a=commitdiff_plain;h=95984c591c75b8085adde1d478b224c2ed29eaa5 Fix (SETF OGET). --- diff --git a/src/compiler/compiler.lisp b/src/compiler/compiler.lisp index 4427cdd..644ac6a 100644 --- a/src/compiler/compiler.lisp +++ b/src/compiler/compiler.lisp @@ -1241,7 +1241,7 @@ ,@(mapcar (lambda (key) `(progn (= obj (property obj (call |xstring| ,(convert key)))) - (if (=== object undefined) + (if (=== obj undefined) (throw "Impossible to set object property.")))) (butlast keys)) (var (tmp