projects
/
eow
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd9bbf0
)
Comment class stub
author
Gerd Flaig
<gefla@pond.sub.org>
Fri, 14 Aug 2009 10:45:59 +0000
(12:45 +0200)
committer
Gerd Flaig
<gefla@pond.sub.org>
Fri, 14 Aug 2009 10:45:59 +0000
(12:45 +0200)
xdump-test.lisp
patch
|
blob
|
history
diff --git
a/xdump-test.lisp
b/xdump-test.lisp
index 4419a1276ded3c9634d518b2128d4ab9dadc05cf..1e328809a01f47dc107c9caa51b8cd23e884f330 100644
(file)
--- a/
xdump-test.lisp
+++ b/
xdump-test.lisp
@@
-11,8
+11,8
@@
(len :accessor meta-len)
(table :accessor meta-table)))
-(defclass empire-table ()
- (()))
+
;
(defclass empire-table ()
+
;
(()))
(defvar *meta-by-index* (make-array 50 :adjustable t :initial-element nil))
(defvar *index-by-name* (make-hash-table :size 50))