commit | 32a66a0410674c23f00937b6bd5a0c9ea17d7e6b | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Thu Oct 02 19:47:50 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Thu Oct 02 19:47:50 2008 +0000 |
tree | 3a3e227be797fc2e8afcde7c110f54b84e1be1d1 | |
parent | e489db8f2592850be34950baea4e5aa3117f1bee [diff] [blame] |
Fixed a couple more C99 comments and one occurence of inline.
diff --git a/Modules/tkappinit.c b/Modules/tkappinit.c index 1c67632..de04b0d 100644 --- a/Modules/tkappinit.c +++ b/Modules/tkappinit.c
@@ -71,7 +71,7 @@ #endif #ifdef WITH_XXX - // Initialize modules that don't require Tk + /* Initialize modules that don't require Tk */ #endif _tkinter_skip_tk_init = Tcl_GetVar(interp, "_tkinter_skip_tk_init", TCL_GLOBAL_ONLY);