diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-04-14 06:45:27 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-04-14 06:45:27 (GMT) |
commit | 2e1f8f2c31f3860a2302b9e51f8c6773211cd78a (patch) | |
tree | 1022d5240c5d65b1435bb4eacbd4e8ddc732d70d /generic/tclStubInit.c | |
parent | e697d980199dc1c2b172feffd18aa3c9b156843c (diff) | |
parent | 93e3a238d03fe4237ec76d361f83547cf268ab29 (diff) | |
download | tcl-2e1f8f2c31f3860a2302b9e51f8c6773211cd78a.zip tcl-2e1f8f2c31f3860a2302b9e51f8c6773211cd78a.tar.gz tcl-2e1f8f2c31f3860a2302b9e51f8c6773211cd78a.tar.bz2 |
merge trunk
Diffstat (limited to 'generic/tclStubInit.c')
-rw-r--r-- | generic/tclStubInit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index 3f2f929..16db1a6 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -277,7 +277,7 @@ static const TclIntStubs tclIntStubs = { TclpGetClicks, /* 75 */ TclpGetSeconds, /* 76 */ TclpGetTime, /* 77 */ - TclpGetTimeZone, /* 78 */ + 0, /* 78 */ 0, /* 79 */ 0, /* 80 */ TclpRealloc, /* 81 */ @@ -513,7 +513,7 @@ static const TclIntPlatStubs tclIntPlatStubs = { TclWinAddProcess, /* 20 */ 0, /* 21 */ TclpCreateTempFile, /* 22 */ - TclpGetTZName, /* 23 */ + 0, /* 23 */ TclWinNoBackslash, /* 24 */ 0, /* 25 */ TclWinSetInterfaces, /* 26 */ |