diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-17 11:28:51 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-05-17 11:28:51 (GMT) |
| commit | 962b2df00bc011ad5322a0b9047d3286e93eba58 (patch) | |
| tree | 6c4aa035fb693d98ce80f42fa24bae0e92ee6f7c /unix/tclXtTest.c | |
| parent | ed61282e224676021dcacdc2981b7c7ffaf6cbbf (diff) | |
| download | tcl-962b2df00bc011ad5322a0b9047d3286e93eba58.zip tcl-962b2df00bc011ad5322a0b9047d3286e93eba58.tar.gz tcl-962b2df00bc011ad5322a0b9047d3286e93eba58.tar.bz2 | |
Eliminate use of TCL_STORAGE_CLASS in pkg?.c: just use DLLEXPORT macro directly.
Fix gcc warnings (with stricter gcc flags) in pkg?.c
Diffstat (limited to 'unix/tclXtTest.c')
| -rw-r--r-- | unix/tclXtTest.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/tclXtTest.c b/unix/tclXtTest.c index f7c2652..12960ad 100644 --- a/unix/tclXtTest.c +++ b/unix/tclXtTest.c @@ -16,7 +16,6 @@ #include "tcl.h" static Tcl_ObjCmdProc TesteventloopCmd; -extern DLLEXPORT Tcl_PackageInitProc Tclxttest_Init; /* * Functions defined in tclXtNotify.c for use by users of the Xt Notifier: @@ -44,7 +43,7 @@ extern XtAppContext TclSetAppContext(XtAppContext ctx); *---------------------------------------------------------------------- */ -int +DLLEXPORT int Tclxttest_Init( Tcl_Interp *interp) /* Interpreter for application. */ { |
