summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-15 15:00:14 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-11-15 15:00:14 (GMT)
commit212fc8e012dceb9f0f7a0052601ae83466aaca88 (patch)
treebba6dc6a2219db714d4413de45a1aa2101da03ce /generic
parenta47366b842d20813304b833e28a90cecdde95f33 (diff)
downloadtcl-212fc8e012dceb9f0f7a0052601ae83466aaca88.zip
tcl-212fc8e012dceb9f0f7a0052601ae83466aaca88.tar.gz
tcl-212fc8e012dceb9f0f7a0052601ae83466aaca88.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.decls2
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)
}