chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
57c6905
)
Sb-posix required in SBCL
author
espen
<espen>
Mon, 13 Feb 2006 16:05:29 +0000
(16:05 +0000)
committer
espen
<espen>
Mon, 13 Feb 2006 16:05:29 +0000
(16:05 +0000)
examples/testgtk.lisp
patch
|
blob
|
blame
|
history
diff --git
a/examples/testgtk.lisp
b/examples/testgtk.lisp
index 1bc85c256ad164e711955bebace2e077d8a35619..2554df015d675442e11b3071c9ef6c3c299d43b6 100644
(file)
--- a/
examples/testgtk.lisp
+++ b/
examples/testgtk.lisp
@@
-26,9
+26,10
@@
;; Kimball, Josh MacDonald and others.
-;; $Id: testgtk.lisp,v 1.3
2 2005-04-25 21:45:05
espen Exp $
+;; $Id: testgtk.lisp,v 1.3
3 2006-02-13 16:05:29
espen Exp $
#+sbcl(require :gtk)
+#+sbcl(require :sb-posix)
#+cmu(asdf:oos 'asdf:load-op :gtk)
(defpackage "TESTGTK"