summaryrefslogtreecommitdiffstats
path: root/generic/tclClock.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-09-26 14:23:09 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-09-26 14:23:09 (GMT)
commit557e227172be4b39d2db93e50b3aa9df96fcbb97 (patch)
tree64709a83dd977415b9b1ad593207d16f4b45db3c /generic/tclClock.c
parent368d2d623f802dda05805c7e8c1d147a74018998 (diff)
downloadtcl-557e227172be4b39d2db93e50b3aa9df96fcbb97.zip
tcl-557e227172be4b39d2db93e50b3aa9df96fcbb97.tar.gz
tcl-557e227172be4b39d2db93e50b3aa9df96fcbb97.tar.bz2
Now builds on Solaris8/SPARC with both SunPro CC *and* GCC.
Diffstat (limited to 'generic/tclClock.c')
-rw-r--r--generic/tclClock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclClock.c b/generic/tclClock.c
index 1087d54..b025d57 100644
--- a/generic/tclClock.c
+++ b/generic/tclClock.c
@@ -11,7 +11,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclClock.c,v 1.11.12.1 2001/09/25 16:49:55 dkf Exp $
+ * RCS: @(#) $Id: tclClock.c,v 1.11.12.2 2001/09/26 14:23:09 dkf Exp $
*/
#include "tcl.h"
@@ -258,7 +258,7 @@ FormatClock(interp, clockVal, useGMT, format)
{
struct tm *timeDataPtr;
Tcl_DString buffer, uniBuffer;
- int bufSize;
+ Tcl_Length bufSize;
char *p;
int result;
time_t tclockVal;