From 3ec8bfda349cf054be7cf7579db9bcd639ad57c2 Mon Sep 17 00:00:00 2001 Message-Id: <3ec8bfda349cf054be7cf7579db9bcd639ad57c2.1716918274.git.mdw@distorted.org.uk> From: Mark Wooding Date: Wed, 27 Oct 2004 15:33:24 +0000 Subject: [PATCH] Renamed from atk-export.lisp Organization: Straylight/Edgeware From: espen --- atk/export.lisp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 atk/export.lisp diff --git a/atk/export.lisp b/atk/export.lisp new file mode 100644 index 0000000..f1a0c93 --- /dev/null +++ b/atk/export.lisp @@ -0,0 +1,4 @@ +(in-package "ATK") + +;;; Autogenerating exported symbols +(export-from-file #p"clg:atk;atk.lisp") -- [mdw]