-ECL 10.1.1:
+ECL 10.2.1:
===========
* Bugs fixed:
- No longer style warnings about removal of a variable when this variable was
previously declared as ignorable.
+ - Internal variable MP:*ALLOW-WITH-INTERRUPTS* was not declared special.
+
* Visible changes:
- Significant speedup in access to hash tables of up to 30% by writing
{EXT_ "MAKE-WEAK-POINTER", EXT_ORDINARY, si_make_weak_pointer, 1, OBJNULL},
{EXT_ "WEAK-POINTER-VALUE", EXT_ORDINARY, si_weak_pointer_value, 1, OBJNULL},
-{MP_ "*ALLOW-WITH-INTERRUPTS*", SI_ORDINARY, NULL, -1, Ct},
+{SYS_ "*ALLOW-WITH-INTERRUPTS*", SI_SPECIAL, NULL, -1, Ct},
{EXT_ "WITH-UNIQUE-NAMES", EXT_ORDINARY, NULL, -1, OBJNULL},
{EXT_ "MAKE-WEAK-POINTER","si_make_weak_pointer"},
{EXT_ "WEAK-POINTER-VALUE","si_weak_pointer_value"},
-{MP_ "*ALLOW-WITH-INTERRUPTS*",NULL},
+{SYS_ "*ALLOW-WITH-INTERRUPTS*",NULL},
{EXT_ "WITH-UNIQUE-NAMES",NULL},