diff options
Diffstat (limited to 'generic/tclMain.c')
-rw-r--r-- | generic/tclMain.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclMain.c b/generic/tclMain.c index 80eb200..b4c144e 100644 --- a/generic/tclMain.c +++ b/generic/tclMain.c @@ -10,10 +10,9 @@ * 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.24 2004/03/29 15:47:31 dgp Exp $ + * RCS: @(#) $Id: tclMain.c,v 1.25 2004/04/06 22:25:54 dgp Exp $ */ -#include "tcl.h" #include "tclInt.h" # undef TCL_STORAGE_CLASS |