diff options
author | Rich Hickey <richhickey@gmail.com> | 2007-12-28 18:16:08 +0000 |
---|---|---|
committer | Rich Hickey <richhickey@gmail.com> | 2007-12-28 18:16:08 +0000 |
commit | 74948425244d4a2062c7ba782a2ba79319db4a18 (patch) | |
tree | 336fb4306176d069012049be2599cd2745e5250b /src | |
parent | 7ceb044e9ee962c4fd5f86a9152a4ed703ef5c80 (diff) |
added aset-char
Diffstat (limited to 'src')
-rw-r--r-- | src/boot.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot.clj b/src/boot.clj index 90d3cbba..3b09044d 100644 --- a/src/boot.clj +++ b/src/boot.clj @@ -975,7 +975,7 @@ read *in* with-open time int long float double short byte boolean char - aget aset aset-boolean aset-int aset-long aset-float aset-double aset-short aset-byte + aget aset aset-boolean aset-int aset-long aset-float aset-double aset-short aset-byte aset-char make-array alength to-array to-array-2d macroexpand-1 macroexpand max min |