r9014: odbc backend now working on allegro and lispworks
[clsql.git] / base / utils.lisp
index ae1a4b06b14dd119288bc99589bb019225478fe6..55f2bc91e540401d957a3e3679f18ebfc4b9bc60 100644 (file)
@@ -68,7 +68,7 @@
 (defmacro without-interrupts (&body body)
   #+lispworks `(mp:without-preemption ,@body)
   #+allegro `(mp:without-scheduling ,@body)
-  #+cmu `(pcl::without-interrupts ,@body)
+  #+cmu `(system:without-interrupts ,@body)
   #+sbcl `(sb-sys::without-interrupts ,@body)
   #+openmcl `(ccl:without-interrupts ,@body))