On 09/12/2013 06:26 AM, Jacek Caban wrote:
+@deftypefn {C Target Hook} bool TARGET_CXX_IMPLICIT_EXTERN_C (const
char*@var{})
+Define this hook to add target-specific C++ implicit extern C functions. An
example of such function is WinMain on Win32 targets.
+@end deftypefn
Let's clarify this a bit. Perhaps add a middle sentence,
If this function returns true for the name of a file-scope function,
that function implicitly gets extern "C" linkage rather than whatever
language linkage the declaration would normally have.
OK with that change.
Jason