setup :static keyword - gcl.git - GNU Common Lisp

index : gcl.git
GNU Common Lisp
summary refs log tree commit diff
diff options
context:
space:
mode:
authorCamm Maguire <camm@debian.org>2015年03月11日 09:40:27 -0400
committerCamm Maguire <camm@debian.org>2015年03月11日 09:40:27 -0400
commita7c1e253e40f602ac174e88099e454eec8875cf0 (patch)
tree295a21a1b468bc8a96dde381cff6b5135e191064
parent58ea1a3ce74d7b531955887fe950954950b7db9b (diff)
downloadgcl-static_hashtable.tar.gz
setup :static keywordstatic_hashtable
Diffstat
-rwxr-xr-xgcl/o/hash.d 2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcl/o/hash.d b/gcl/o/hash.d
index 35cbdac61..4b9ce35b9 100755
--- a/gcl/o/hash.d
+++ b/gcl/o/hash.d
@@ -30,6 +30,7 @@ object sLequal;
object sKsize;
object sKrehash_size;
object sKrehash_threshold;
+object sKstatic;
#define MHSH(a_) ((a_) & ~(1UL<<(sizeof(a_)*CHAR_SIZE-1)))
@@ -551,6 +552,7 @@ gcl_init_hash()
sKtest = make_keyword("TEST");
sKrehash_size = make_keyword("REHASH-SIZE");
sKrehash_threshold = make_keyword("REHASH-THRESHOLD");
+ sKstatic = make_keyword("STATIC");
make_function("MAKE-HASH-TABLE", Lmake_hash_table);
make_function("HASH-TABLE-P", Lhash_table_p);
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月01日 23:40:12 +0000

AltStyle によって変換されたページ (->オリジナル) /