diff options
author | dgp <dgp@users.sourceforge.net> | 2012-11-16 12:52:39 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-11-16 12:52:39 (GMT) |
commit | 91d791cd8568957d6c389a138a4a0679e0042009 (patch) | |
tree | 7ab43e62bb41b113b88ac8a155f885eaacafa335 /generic/tclIntPlatDecls.h | |
parent | 275cdefdd795812270e6750f39920d70ca0bbbe7 (diff) | |
parent | adb756a95adb5697297f97677369b4508bf1ea16 (diff) | |
download | tcl-91d791cd8568957d6c389a138a4a0679e0042009.zip tcl-91d791cd8568957d6c389a138a4a0679e0042009.tar.gz tcl-91d791cd8568957d6c389a138a4a0679e0042009.tar.bz2 |
merge trunk
Diffstat (limited to 'generic/tclIntPlatDecls.h')
-rw-r--r-- | generic/tclIntPlatDecls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclIntPlatDecls.h b/generic/tclIntPlatDecls.h index 16d8896..f265e7e 100644 --- a/generic/tclIntPlatDecls.h +++ b/generic/tclIntPlatDecls.h @@ -246,7 +246,7 @@ EXTERN int TclWinCPUID(unsigned int index, unsigned int *regs); typedef struct TclIntPlatStubs { int magic; - const struct TclIntPlatStubHooks *hooks; + void *hooks; #if !defined(__WIN32__) && !defined(__CYGWIN__) && !defined(MAC_OSX_TCL) /* UNIX */ void (*tclGetAndDetachPids) (Tcl_Interp *interp, Tcl_Channel chan); /* 0 */ |