summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRich Hickey <richhickey@gmail.com>2007-12-17 12:45:59 +0000
committerRich Hickey <richhickey@gmail.com>2007-12-17 12:45:59 +0000
commit22dbda1a44ee9c4f0492417b5b5b797c9e3f1708 (patch)
treed48337c06ee1ee2b57c995d8f8a512651c61cd30 /src
parentb5fc3bdc785787e20e26bd47b27aec0aa9c38385 (diff)
exported create-struct
Diffstat (limited to 'src')
-rw-r--r--src/boot.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot.clj b/src/boot.clj
index 2495a766..9a6f2002 100644
--- a/src/boot.clj
+++ b/src/boot.clj
@@ -957,6 +957,6 @@
max min
bit-shift-left bit-shift-right
bit-and bit-or bit-xor bit-not
- defstruct struct accessor
+ defstruct struct accessor create-struct
))