1.0.25.11: Remove unused SIZE slot from catch-block structure.
[sbcl.git] / src / compiler / generic / parms.lisp
index c39ffe5..df1f733 100644 (file)
@@ -44,6 +44,8 @@
     *current-catch-block*
     *current-unwind-protect-block*
 
+    #!+hpux *c-lra*
+
     ;; stack pointers
     *binding-stack-start*
     *control-stack-start*
@@ -71,3 +73,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)