diff options
author | das <das> | 2006-11-23 03:18:01 (GMT) |
---|---|---|
committer | das <das> | 2006-11-23 03:18:01 (GMT) |
commit | bb05d91f08d45708267a6c35fd7b12a2dd98a3a5 (patch) | |
tree | eff572603554b2e02579d5630f612d0a86861fdc /generic/tclMain.c | |
parent | bd81bba9a8d6ec3b1acc554c2f3e04c450d39dfa (diff) | |
download | tcl-bb05d91f08d45708267a6c35fd7b12a2dd98a3a5.zip tcl-bb05d91f08d45708267a6c35fd7b12a2dd98a3a5.tar.gz tcl-bb05d91f08d45708267a6c35fd7b12a2dd98a3a5.tar.bz2 |
whitespace
Diffstat (limited to 'generic/tclMain.c')
-rw-r--r-- | generic/tclMain.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/generic/tclMain.c b/generic/tclMain.c index 8356406..aa907ac 100644 --- a/generic/tclMain.c +++ b/generic/tclMain.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclMain.c,v 1.39 2006/11/15 20:08:44 dgp Exp $ + * RCS: @(#) $Id: tclMain.c,v 1.40 2006/11/23 03:18:01 das Exp $ */ #include "tclInt.h" @@ -635,7 +635,7 @@ Tcl_Main( * If everything has gone OK so far, call the main loop proc, if it * exists. Packages (like Tk) can set it to start processing events at * this point. - */ + */ (*mainLoopProc)(); mainLoopProc = NULL; @@ -680,9 +680,9 @@ Tcl_Main( Tcl_Exit(exitCode); } - /* - *--------------------------------------------------------------- - * +/* + *--------------------------------------------------------------- + * * Tcl_SetMainLoop -- * * Sets an alternative main loop function. |