1.0.23.49: Eliminate FCN as function moniker.
[sbcl.git] / src / compiler / generic / parms.lisp
index c39ffe5..c134c87 100644 (file)
@@ -71,3 +71,7 @@
     :value
     :key-and-value
     :key-or-value))
+
+;;; Number of entries in the thread local storage. Limits the number
+;;; of symbols with thread local bindings.
+(def!constant tls-size 4096)