diff options
-rw-r--r-- | unix/tkAppInit.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tkAppInit.c b/unix/tkAppInit.c index c2cafef..e914182 100644 --- a/unix/tkAppInit.c +++ b/unix/tkAppInit.c @@ -31,6 +31,9 @@ extern Tcl_PackageInitProc Tktest_Init; #ifndef TK_LOCAL_APPINIT #define TK_LOCAL_APPINIT Tcl_AppInit #endif +#ifndef MODULE_SCOPE +# define MODULE_SCOPE extern +#endif MODULE_SCOPE int TK_LOCAL_APPINIT(Tcl_Interp *); MODULE_SCOPE int main(int, char **); |