mg.c: Use $! code for $^E on platforms where are same
authorKarl Williamson <public@khwilliamson.com>
Tue, 10 Sep 2013 02:04:39 +0000 (20:04 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 27 Nov 2013 04:03:39 +0000 (21:03 -0700)
commit4f4ff3a7a93b5324d304037653dcc78e4cdc7cc1
treef1c6fb3c153610df526cdd376fe466f873ce4fdc
parent6c6eab558a00ed52629a7966596424346615a595
mg.c: Use $! code for $^E on platforms where are same

Only a few platforms have $^E distinguished from $!.  On all others they
should behave identically.  Previous commits, have caused these to get
out-of-sync.  This causes them to share their code on platforms where
they mean the same thing, so this won't happen again.
mg.c