diff options
author | Christian Heimes <christian@cheimes.de> | 2008-10-02 19:49:47 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-10-02 19:49:47 (GMT) |
commit | 4d8a6f4834ff91e8e77ce3a089b0ce4d6ef171e8 (patch) | |
tree | 99b92170510ec3485675a00c2f35f3431f0cc798 /Modules/tkappinit.c | |
parent | a9f397d6b5208ffa41c27fa55ad8881ea95c0418 (diff) | |
download | cpython-4d8a6f4834ff91e8e77ce3a089b0ce4d6ef171e8.zip cpython-4d8a6f4834ff91e8e77ce3a089b0ce4d6ef171e8.tar.gz cpython-4d8a6f4834ff91e8e77ce3a089b0ce4d6ef171e8.tar.bz2 |
Merged revisions 66748 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r66748 | christian.heimes | 2008-10-02 21:47:50 +0200 (Thu, 02 Oct 2008) | 1 line
Fixed a couple more C99 comments and one occurence of inline.
........
Diffstat (limited to 'Modules/tkappinit.c')
-rw-r--r-- | Modules/tkappinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ Tcl_AppInit(Tcl_Interp *interp) #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); |