diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-05 14:21:55 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-12-05 14:21:55 (GMT) |
| commit | e102f7d0ca92adc41edb8c7a0625c0c9976e215d (patch) | |
| tree | 11a9323f8f77883c870bdebdd38ef81b5dcb5e96 /generic/tclInt.decls | |
| parent | 06d38df148ae4415dd9b1ed7afff6d74a5482345 (diff) | |
| parent | b1e66e34704ff978d2dbacea83cc81ae8650a6d0 (diff) | |
| download | tcl-e102f7d0ca92adc41edb8c7a0625c0c9976e215d.zip tcl-e102f7d0ca92adc41edb8c7a0625c0c9976e215d.tar.gz tcl-e102f7d0ca92adc41edb8c7a0625c0c9976e215d.tar.bz2 | |
merge trunk
Change TCL_VERSION to "8.6-" everywhere in Tcl_InitStubs. This is not the way how to do it! Just for testing purposes.
Diffstat (limited to 'generic/tclInt.decls')
| -rw-r--r-- | generic/tclInt.decls | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index 8f8b992..f215d32 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -1148,9 +1148,6 @@ declare 27 win { declare 28 win { void TclWinResetInterfaces(void) } -declare 29 win { - int TclWinCPUID(unsigned int index, unsigned int *regs) -} ################################ # Unix specific functions @@ -1219,12 +1216,6 @@ declare 14 unix { const Tcl_StatBuf *statBufPtr, int dontCopyAtts) } -# Added in 8.6; core of TclpOpenTemporaryFile -declare 20 unix { - int TclUnixOpenTemporaryFile(Tcl_Obj *dirObj, Tcl_Obj *basenameObj, - Tcl_Obj *extensionObj, Tcl_Obj *resultingNameObj) -} - ################################ # Mac OS X specific functions @@ -1248,9 +1239,17 @@ declare 18 macosx { declare 19 macosx { void TclMacOSXNotifierAddRunLoopMode(const void *runLoopMode) } -declare 29 unix { + +declare 29 {win unix} { int TclWinCPUID(unsigned int index, unsigned int *regs) } +# Added in 8.6; core of TclpOpenTemporaryFile +declare 30 {win unix} { + int TclUnixOpenTemporaryFile(Tcl_Obj *dirObj, Tcl_Obj *basenameObj, + Tcl_Obj *extensionObj, Tcl_Obj *resultingNameObj) +} + + # Local Variables: # mode: tcl |
