summaryrefslogtreecommitdiffstats
path: root/unix/tkAppInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-05-05 06:28:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-05-05 06:28:23 (GMT)
commit7667c648d04e8635346b149f6f6d58dae1998598 (patch)
tree9d6ceb9b01552792b5d519712aed6b3b225742a8 /unix/tkAppInit.c
parentc7a967c13958ca51cd87ce6b074c8c1ef734913d (diff)
downloadtk-7667c648d04e8635346b149f6f6d58dae1998598.zip
tk-7667c648d04e8635346b149f6f6d58dae1998598.tar.gz
tk-7667c648d04e8635346b149f6f6d58dae1998598.tar.bz2
no longer depend on MODULE_SCOPE being defined
Diffstat (limited to 'unix/tkAppInit.c')
-rw-r--r--unix/tkAppInit.c3
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 **);