From adffce1cdaa9990e6084955624b6a330bec2b200 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Tue, 15 May 2018 12:23:19 +0300 Subject: Remove stubborn.c file (code refactoring) * BCC_MAKEFILE (XXXOBJS): Remove XXXstubborn.obj entry. * CMakeLists.txt (SRC): Remove stubborn.c entry. * Makefile.am (libgc_la_SOURCES): Likewise. * Makefile.direct (CSRCS): Likewise. * PCR-Makefile (CSRC): Likewise. * build/s60v3/libgc.mmp (SOURCE): Likewise. * doc/README.Mac (Files to build the GC libraries): Likewise. * Makefile.direct (OBJS): Remove stubborn.o entry. * PCR-Makefile (COBJ): Likewise. * SMakefile.amiga (OBJS): Likewise. * digimars.mak (OBJS): Likewise. * NT_MAKEFILE (OBJS): Remove stubborn.obj entry. * OS2_MAKEFILE (OBJS): Likewise. * WCC_MAKEFILE (OBJS): Likewise. * SMakefile.amiga (stubborn.o): Remove rule. * digimars.mak (stubborn.obj): Likewise. * extra/gc.c: Do not include stubborn.c. * gc.mak: Remove rules for stubborn.obj and stubborn.sbr. * mallocx.c [MANUAL_VDB] (GC_dirty): Move the function declaration from stubborn.c. * mallocx.c (GC_malloc_stubborn, GC_change_stubborn, GC_end_stubborn_change): Move the function implementation from stubborn.c. * stubborn.c: Delete file. --- digimars.mak | 2 -- 1 file changed, 2 deletions(-) (limited to 'digimars.mak') diff --git a/digimars.mak b/digimars.mak index c360aa70..2d30d365 100644 --- a/digimars.mak +++ b/digimars.mak @@ -36,7 +36,6 @@ OBJS= \ os_dep.obj\ ptr_chck.obj\ reclaim.obj\ - stubborn.obj\ typd_mlc.obj\ win32_threads.obj @@ -87,6 +86,5 @@ obj_map.obj: obj_map.c os_dep.obj: os_dep.c ptr_chck.obj: ptr_chck.c reclaim.obj: reclaim.c -stubborn.obj: stubborn.c typd_mlc.obj: typd_mlc.c win32_threads.obj: win32_threads.c -- cgit v1.2.1