Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sources/lib/dood/dood.dylan
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,8 @@ define method initialize
(dood :: <dood>, #rest all-keys,
#key name, locator, if-exists, stream, backups?, segments, #all-keys)
next-method();
assert($word-size = $machine-word-size,
"DOOD word-size must match the machine word size");
dood-init-keys(dood) := copy-sequence(all-keys);
unless (segments)
dood-segments(dood)
Expand Down
2 changes: 1 addition & 1 deletion sources/registry/aarch64-linux/dood
Original file line number Diff line number Diff line change
@@ -1 +1 @@
abstract://dylan/lib/dood/dood.lid
abstract://dylan/lib/dood/dood-64.lid
2 changes: 1 addition & 1 deletion sources/registry/riscv64-linux/dood
Original file line number Diff line number Diff line change
@@ -1 +1 @@
abstract://dylan/lib/dood/dood.lid
abstract://dylan/lib/dood/dood-64.lid
Loading