X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/edf5e14ea6deabeb2008d81af90b5afb62cdd07c..a737e269a3f3b05480a66c87d67e8bace7525d36:/atk/atk.lisp diff --git a/atk/atk.lisp b/atk/atk.lisp index 1c38106..ee06f6f 100644 --- a/atk/atk.lisp +++ b/atk/atk.lisp @@ -15,11 +15,12 @@ ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -;; $Id: atk.lisp,v 1.2 2002/03/19 17:15:05 espen Exp $ +;; $Id: atk.lisp,v 1.3 2004/10/31 11:44:45 espen Exp $ (in-package "ATK") + (eval-when (:compile-toplevel :load-toplevel :execute) - (init-types-in-library "libatk-1.0.so") + (init-types-in-library "libatk-1.0.so")) - (define-types-by-introspection "Atk")) +(define-types-by-introspection "Atk")