diff options
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclObj.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclObj.c b/generic/tclObj.c index ee9807d..28f00ff 100644 --- a/generic/tclObj.c +++ b/generic/tclObj.c @@ -13,11 +13,10 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclObj.c,v 1.135 2007/09/13 15:27:08 das Exp $ + * RCS: @(#) $Id: tclObj.c,v 1.136 2007/10/11 13:35:26 msofer Exp $ */ #include "tclInt.h" -#include "tclCompile.h" #include "tommath.h" #include <float.h> |