]> granicus.if.org Git - gc/commit
Remove API symbols renaming in WCC_MAKEFILE
authorIvan Maidanski <ivmai@mail.ru>
Wed, 28 Feb 2018 06:27:26 +0000 (09:27 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Sun, 4 Mar 2018 11:44:56 +0000 (14:44 +0300)
commit2a69db36840cb89addb7917caf08ec269f359cc6
treebcf8de03275b17f458947b2d6af2d1e4bbb8e2a8
parent5e58a98206d8e40044688a7d6c82f4bf331769d1
Remove API symbols renaming in WCC_MAKEFILE

GC_is_marked, GC_incr_bytes_allocd, GC_incr_bytes_freed are now
declared as GC_API, the so symbols renaming by the linker is not needed.

GC_generic_malloc_words_small does not exist anymore.

* WCC_MAKEFILE [MAKE_AS_DLL] (gc.dll): Remove "append $*.lnk export"
for GC_is_marked, GC_incr_bytes_allocd, GC_incr_bytes_freed,
GC_generic_malloc_words_small.
* WCC_MAKEFILE (gc.lib): Adjust indentation.
* WCC_MAKEFILE [MAKE_AS_DLL] (gctest.exe): Remove "append $*.lnk import"
for GC_is_marked.
* WCC_MAKEFILE [MAKE_AS_DLL] (test_cpp.exe): Remove
"append $*.lnk import" for GC_incr_bytes_allocd, GC_incr_bytes_freed,
GC_generic_malloc_words_small.
WCC_MAKEFILE