summaryrefslogtreecommitdiffstats
path: root/generic/tclIntDecls.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-08 16:12:29 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-11-08 16:12:29 (GMT)
commita31c6998331d753a6a0473e26f6f8c7a1b6c03dc (patch)
treee79d3b10995e4b37012e842b6d138dc9da082af9 /generic/tclIntDecls.h
parent9c9ce91ef5f2bc6693e38d6ff6fad7047ea71a17 (diff)
downloadtcl-a31c6998331d753a6a0473e26f6f8c7a1b6c03dc.zip
tcl-a31c6998331d753a6a0473e26f6f8c7a1b6c03dc.tar.gz
tcl-a31c6998331d753a6a0473e26f6f8c7a1b6c03dc.tar.bz2
Forgot TclpGetTime()
Diffstat (limited to 'generic/tclIntDecls.h')
-rw-r--r--generic/tclIntDecls.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/generic/tclIntDecls.h b/generic/tclIntDecls.h
index b20c31d..3a61f9c 100644
--- a/generic/tclIntDecls.h
+++ b/generic/tclIntDecls.h
@@ -198,8 +198,7 @@ EXTERN void TclpFree(char *ptr);
EXTERN unsigned long TclpGetClicks(void);
/* 76 */
EXTERN unsigned long TclpGetSeconds(void);
-/* 77 */
-EXTERN void TclpGetTime(Tcl_Time *time);
+/* Slot 77 is reserved */
/* Slot 78 is reserved */
/* Slot 79 is reserved */
/* Slot 80 is reserved */
@@ -667,7 +666,7 @@ typedef struct TclIntStubs {
void (*tclpFree) (char *ptr); /* 74 */
unsigned long (*tclpGetClicks) (void); /* 75 */
unsigned long (*tclpGetSeconds) (void); /* 76 */
- void (*tclpGetTime) (Tcl_Time *time); /* 77 */
+ void (*reserved77)(void);
void (*reserved78)(void);
void (*reserved79)(void);
void (*reserved80)(void);
@@ -980,8 +979,7 @@ extern const TclIntStubs *tclIntStubsPtr;
(tclIntStubsPtr->tclpGetClicks) /* 75 */
#define TclpGetSeconds \
(tclIntStubsPtr->tclpGetSeconds) /* 76 */
-#define TclpGetTime \
- (tclIntStubsPtr->tclpGetTime) /* 77 */
+/* Slot 77 is reserved */
/* Slot 78 is reserved */
/* Slot 79 is reserved */
/* Slot 80 is reserved */