mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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. ........ + another // comment in bytesobject
This commit is contained in:
parent
c472532c0c
commit
1a8501c648
6 changed files with 23 additions and 23 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue