]> gitweb.factorcode.org Git - factor.git/commitdiff
fix compile error
authorDoug Coleman <doug.coleman@gmail.com>
Fri, 20 Feb 2009 23:29:11 +0000 (17:29 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Fri, 20 Feb 2009 23:29:11 +0000 (17:29 -0600)
basis/db/sqlite/sqlite.factor

index c94de2789411e4ada7d5ab094010320fc16e0868..19cfc5d0b7dfbb04bbba34c5f8522bf65e77f9b0 100755 (executable)
@@ -348,7 +348,7 @@ M: sqlite-db-connection persistent-table ( -- assoc )
                 ] each
             ] bi
         ] each
-    ] call ;
+    ] call ; inline
 
 : sqlite-create-table ( sql-specs class-name -- )
     [