summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-11-13 17:55:18 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-11-13 17:55:18 (GMT)
commit4e39644e1e0b2c89d06189ae0d14527235499bd1 (patch)
tree2887fb68709659c5dad6fa5a688b77e7cfbc0066 /generic
parent74c90a618e4673921d9aa44b15bbf0c9aa50333d (diff)
downloadtcl-4e39644e1e0b2c89d06189ae0d14527235499bd1.zip
tcl-4e39644e1e0b2c89d06189ae0d14527235499bd1.tar.gz
tcl-4e39644e1e0b2c89d06189ae0d14527235499bd1.tar.bz2
make genstubs
Diffstat (limited to 'generic')
-rw-r--r--generic/tclDecls.h15
-rw-r--r--generic/tclStubInit.c5
2 files changed, 20 insertions, 0 deletions
diff --git a/generic/tclDecls.h b/generic/tclDecls.h
index d2403c6..8084184 100644
--- a/generic/tclDecls.h
+++ b/generic/tclDecls.h
@@ -1742,6 +1742,11 @@ EXTERN Tcl_Obj * TclZipfs_TclLibrary(void);
EXTERN int TclZipfs_MountBuffer(Tcl_Interp *interp,
const char *mountPoint, unsigned char *data,
size_t datalen, int copy);
+/* Slot 636 is reserved */
+/* Slot 637 is reserved */
+/* Slot 638 is reserved */
+/* Slot 639 is reserved */
+/* Slot 640 is reserved */
/* 641 */
EXTERN void Tcl_IncrRefCount(Tcl_Obj *objPtr);
/* 642 */
@@ -2419,6 +2424,11 @@ typedef struct TclStubs {
int (*tclZipfs_Unmount) (Tcl_Interp *interp, const char *mountPoint); /* 633 */
Tcl_Obj * (*tclZipfs_TclLibrary) (void); /* 634 */
int (*tclZipfs_MountBuffer) (Tcl_Interp *interp, const char *mountPoint, unsigned char *data, size_t datalen, int copy); /* 635 */
+ void (*reserved636)(void);
+ void (*reserved637)(void);
+ void (*reserved638)(void);
+ void (*reserved639)(void);
+ void (*reserved640)(void);
void (*tcl_IncrRefCount) (Tcl_Obj *objPtr); /* 641 */
void (*tcl_DecrRefCount) (Tcl_Obj *objPtr); /* 642 */
int (*tcl_IsShared) (Tcl_Obj *objPtr); /* 643 */
@@ -3678,6 +3688,11 @@ extern const TclStubs *tclStubsPtr;
(tclStubsPtr->tclZipfs_TclLibrary) /* 634 */
#define TclZipfs_MountBuffer \
(tclStubsPtr->tclZipfs_MountBuffer) /* 635 */
+/* Slot 636 is reserved */
+/* Slot 637 is reserved */
+/* Slot 638 is reserved */
+/* Slot 639 is reserved */
+/* Slot 640 is reserved */
#define Tcl_IncrRefCount \
(tclStubsPtr->tcl_IncrRefCount) /* 641 */
#define Tcl_DecrRefCount \
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c
index 327060c..2a85286 100644
--- a/generic/tclStubInit.c
+++ b/generic/tclStubInit.c
@@ -1327,6 +1327,11 @@ const TclStubs tclStubs = {
TclZipfs_Unmount, /* 633 */
TclZipfs_TclLibrary, /* 634 */
TclZipfs_MountBuffer, /* 635 */
+ 0, /* 636 */
+ 0, /* 637 */
+ 0, /* 638 */
+ 0, /* 639 */
+ 0, /* 640 */
Tcl_IncrRefCount, /* 641 */
Tcl_DecrRefCount, /* 642 */
Tcl_IsShared, /* 643 */