summaryrefslogtreecommitdiff
path: root/extra/gc.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2017-06-13 23:41:10 +0300
committerIvan Maidanski <ivmai@mail.ru>2017-06-13 23:41:10 +0300
commit55d4370c5b5c308e8fd298882105add233a2a54a (patch)
treec9bf5bc9d42e86df897c96573343c5705be8d758 /extra/gc.c
parent8ca98464c200519e2c1e587cb31682c3af5e958f (diff)
downloadbdwgc-55d4370c5b5c308e8fd298882105add233a2a54a.tar.gz
Move pcr_interface.c, real_malloc.c to 'extra' folder
(code refactoring) * Makefile.am (EXTRA_DIST): Add extra/ prefix to pcr_interface.c, real_malloc.c. * PCR-Makefile (CSRC): Likewise. * PCR-Makefile (COBJ): Add extra/ prefix to pcr_interface.o, real_malloc.o. * extra/gc.c: Remove include pcr_interface.c; update comment about files which are not included. * pcr_interface.c: Move to "extra" folder. * real_malloc.c: Likewise. * include/private/gc_priv.h (GC_INNER, GC_EXTERN): Update comment.
Diffstat (limited to 'extra/gc.c')
-rw-r--r--extra/gc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/gc.c b/extra/gc.c
index a77fba65..ea3648e6 100644
--- a/extra/gc.c
+++ b/extra/gc.c
@@ -65,7 +65,6 @@
#include "../dyn_load.c"
#include "../gc_dlopen.c"
#include "../mach_dep.c"
-#include "../pcr_interface.c"
#include "../pthread_stop_world.c"
#include "../pthread_support.c"
#include "../specific.c"
@@ -84,4 +83,4 @@
# include "gc_pthread_redirects.h"
#endif
-/* real_malloc.c, extra/MacOS.c, extra/msvc_dbg.c are not included. */
+/* The files from "extra" folder are not included. */