Update of /project/movitz/cvsroot/binary-types In directory clnet:/tmp/cvs-serv17193
Modified Files: binary-types.asd Log Message: Provide.
--- /project/movitz/cvsroot/binary-types/binary-types.asd 2008/02/25 20:11:41 1.1 +++ /project/movitz/cvsroot/binary-types/binary-types.asd 2008/02/25 23:43:24 1.2 @@ -10,7 +10,7 @@ ;;;; Author: Frode Vatvedt Fjeld ffjeld@common-lisp.net ;;;; Created at: Thu Jan 15 18:40:58 2004 ;;;; -;;;; $Id: binary-types.asd,v 1.1 2008/02/25 20:11:41 ffjeld Exp $ +;;;; $Id: binary-types.asd,v 1.2 2008/02/25 23:43:24 ffjeld Exp $ ;;;; ;;;;------------------------------------------------------------------
@@ -25,4 +25,6 @@ :author "Frode V. Fjeld" :license "BSD-like, see accopanying file COPYING." :description "A library for reading and writing binary records." + :perform (load-op :after (op c) + (provide 'binary-types)) :components ((:file "binary-types")))