[sgen] Move copy/mark function into separate header file.
authorMark Probst <mark.probst@gmail.com>
Sun, 5 Oct 2014 00:10:21 +0000 (17:10 -0700)
committerMark Probst <mark.probst@gmail.com>
Wed, 26 Nov 2014 18:38:41 +0000 (10:38 -0800)
commit0213613f58ffd39df2e6e4e59269530dfb423d52
treeeb6681a6636ab48005c6595daf04bd5437ccd1d0
parent5d209c85632b37f73b7bbee75abb3c5c9ef6d0d4
[sgen] Move copy/mark function into separate header file.

So we can later include them twice, once with support for evacuation
and once without.
mono/metadata/Makefile.am
mono/metadata/sgen-marksweep-copy-or-mark-object.h [new file with mode: 0644]
mono/metadata/sgen-marksweep.c