diff options
author | redman <redman> | 1999-07-22 01:26:17 (GMT) |
---|---|---|
committer | redman <redman> | 1999-07-22 01:26:17 (GMT) |
commit | 42dc6740de7cbdbcc0930226d7c35f11fc8f051d (patch) | |
tree | b3656630330364f692f672bbca4293cf8647962f /generic/tclInt.decls | |
parent | 54b6980992593dd026c12db3f5aaef9dce67e0e3 (diff) | |
download | tcl-42dc6740de7cbdbcc0930226d7c35f11fc8f051d.zip tcl-42dc6740de7cbdbcc0930226d7c35f11fc8f051d.tar.gz tcl-42dc6740de7cbdbcc0930226d7c35f11fc8f051d.tar.bz2 |
revert changes to TclpStrftime, not needed for internal functions.
Diffstat (limited to 'generic/tclInt.decls')
-rw-r--r-- | generic/tclInt.decls | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index 26b02d4..7a6d82c 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -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: tclInt.decls,v 1.13 1999/07/22 01:08:05 redman Exp $ +# RCS: @(#) $Id: tclInt.decls,v 1.14 1999/07/22 01:26:18 redman Exp $ library tcl @@ -502,7 +502,7 @@ declare 133 generic { struct tm * TclpGetDate(TclpTime_t time, int useGMT) } declare 134 generic { - unsigned long TclpStrftime(char *s, size_t maxsize, CONST char *format, \ + size_t TclpStrftime(char *s, size_t maxsize, CONST char *format, \ CONST struct tm *t) } declare 135 generic { |