Got rid of 'ensure-ps-symbol' internal function (at this point all it was doing was...
[clinton/parenscript.git] / src / compiler.lisp
index e17b0ad..ded6432 100644 (file)
@@ -229,7 +229,7 @@ the form cannot be compiled to a symbol."
         (t `(js:variable ,symbol))))
 
 (defun ps-convert-op-name (op)
-  (case (ensure-ps-symbol op)
+  (case op
     (and '\&\&)
     (or '\|\|)
     (not '!)