Make primutl.o single-threaded.
authorMatt Birkholz <puck@birchwood-abbey.net>
Sun, 19 Jul 2015 19:22:41 +0000 (12:22 -0700)
committerMatt Birkholz <puck@birchwood-abbey.net>
Thu, 26 Nov 2015 08:09:46 +0000 (01:09 -0700)
commite7f1f0791585d5cdc92b612fc191b1266f06193e
treedbfc23593b1d21e1705a80f57fd1802e9db3a0c9
parent5d5706d22618fc728a36d9790b0315fdffd84f2a
Make primutl.o single-threaded.

Most of this module's variables are modified, after initialization, by
declare_primitive_internal or find_primitive_cname.  Serialize the
former and eliminate the hack in the latter.
src/microcode/primutl.c