diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-15 15:00:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-11-15 15:00:14 (GMT) |
commit | a06d3694d5af51acabffa650a8aaaa30e199d130 (patch) | |
tree | bba6dc6a2219db714d4413de45a1aa2101da03ce /generic | |
parent | 67d9f4bf6ea825790cc022a9de7cb489e497afa3 (diff) | |
download | tcl-a06d3694d5af51acabffa650a8aaaa30e199d130.zip tcl-a06d3694d5af51acabffa650a8aaaa30e199d130.tar.gz tcl-a06d3694d5af51acabffa650a8aaaa30e199d130.tar.bz2 |
Fix bug in genStubs.tcl: If the macosx section doesn't contain any macosx-specific entries, no section at all is created
<p>revert previous workaround in tclInt.decls
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclInt.decls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclInt.decls b/generic/tclInt.decls index a176bca..bdae099 100644 --- a/generic/tclInt.decls +++ b/generic/tclInt.decls @@ -903,7 +903,7 @@ declare 12 unix { declare 13 unix { char *TclpInetNtoa(struct in_addr addr) } -declare 29 {macosx unix} { +declare 29 unix { int TclWinCPUID(unsigned int index, unsigned int *regs) } |