]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/fastcgi/fastcgi.factor
namespaces: Rename ``bind`` to ``with-variables``. Update a few places that called...
[factor.git] / extra / fastcgi / fastcgi.factor
index 786cc10771be71fc8ef51e69773e5ccdb52541c9..50cf02f131dccdd5d945220d05f9954a79a1f9e7 100644 (file)
@@ -63,7 +63,7 @@ ENUM: fcgi-protocol-status
     FCGI_UNKNOWN_ROLE ;
 
 :: debug-print ( print-quot -- )
-    global [ print-quot call flush ] bind ; inline
+    [ print-quot call flush ] with-global ; inline
 
 ! read either a 1 byte or 4 byte big endian integer
 : read-var-int ( -- n/f )