Στις 31/10/2017 09:15, ο Massimo Manghi έγραψε:
On 10/30/2017 07:27 AM, Georgios Petasis wrote:
Well, If merge was uneventful, compilation works, and tests are ok, I
would vote for publishing it :-)
Best,
George
I'm going to commit. Just a question (forgive my ignorance): you
applied here and a DLLEXPORT scope declaration for various global
variables. This symbol suggests a name that pertains the MS world and
even though it's correctly understood by gcc I wonder if it could be
an issue on other compilers.
Dear Massimo,
DLLEXPORT is just a plain C preprocessor definition. It has no
significant meaning under no operating system (even windows).
It is the name used also by the Tcl library for the same purpose.
What is special for windows or gcc is the value, like
__declspec(dllexport) for windows, and __attribute__
((visibility("default"))) for gcc 3.x.
Best,
George
-- Massimo
---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscr...@tcl.apache.org
For additional commands, e-mail: rivet-dev-h...@tcl.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: rivet-dev-unsubscr...@tcl.apache.org
For additional commands, e-mail: rivet-dev-h...@tcl.apache.org