]> gitweb.factorcode.org Git - factor.git/commitdiff
accessors
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 31 Aug 2008 07:56:40 +0000 (02:56 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 31 Aug 2008 07:56:40 +0000 (02:56 -0500)
extra/db/mysql/lib/lib.factor

index 47033c1c617f07b3fff660b2294eada78dd9e105..db8c08180bf79aaeb5b158d240c63897f78b7977 100644 (file)
@@ -3,7 +3,7 @@
 ! Adapted from mysql.h and mysql.c
 ! Tested with MySQL version - 5.0.24a
 USING: kernel alien io prettyprint sequences
-namespaces arrays math db.mysql.ffi system ;
+namespaces arrays math db.mysql.ffi system accessors ;
 IN: db.mysql.lib
 
 SYMBOL: my-conn