[M3commit] [modula3/cm3] bc3df1: Do not accidentally export printf from m3core.dll.
GitHub
noreply at github.com
Tue Jan 5 12:57:12 CET 2016
Branch: refs/heads/master
Home: https://github.com/modula3/cm3
Commit: bc3df1e2e503be86c2822070d477c0a3475d2c82
https://github.com/modula3/cm3/commit/bc3df1e2e503be86c2822070d477c0a3475d2c82
Author: Jay Krell <jay.krell at cornell.edu>
Date: 2016-01-05 (Tue, 05 Jan 2016)
Changed paths:
M m3-libs/m3core/src/m3core.h
M m3-libs/m3core/src/runtime/common/RTIOc.c
M m3-libs/m3core/src/runtime/common/RTLinkerC.c
M m3-libs/m3core/src/thread/WIN32/ThreadWin32C.c
M m3-libs/m3core/src/unix/Common/Usocket.c
Log Message:
-----------
Do not accidentally export printf from m3core.dll.
printf and others are now inline in a header and as a result mklib
sees them and exports them -- another strike against code in headers.
More information about the M3commit
mailing list