Fix build with gcc. kernigh-stdc
authorGeorge Koehler <xkernigh@netscape.net>
Fri, 17 Nov 2017 22:52:37 +0000 (17:52 -0500)
committerGeorge Koehler <xkernigh@netscape.net>
Fri, 17 Nov 2017 22:52:37 +0000 (17:52 -0500)
commit760da1f421a2fd5f35fdc597dd389dcd332a8c5a
tree4352bf372c6a2846e2e4ff2707c5941122b67f5d
parent11d48be49e4f651272c79c2d61484544e4844029
Fix build with gcc.

gcc gave an error because the `char *` parameter doesn't match the
`const char *` in the prototype of regsave().  clang didn't give an
error.  I added the prototype in commit 5301cce.
mach/i386/ncg/mach.c
mach/i86/ncg/mach.c
mach/m68020/ncg/mach.c