chiark / gitweb /
Build instructions updated
[clg] / atk / defpackage.lisp
1 (defpackage "ATK"
2   (:use "GLIB" "COMMON-LISP" "AUTOEXPORT")
3   (:shadowing-import-from "PCL"
4    "CLASS-NAME" "CLASS-OF" "FIND-CLASS"))
5
6