diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-22 14:15:06 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-22 14:15:06 (GMT) |
commit | ae6d91316afca4d7295521163352757b570d0e85 (patch) | |
tree | 5b77771e69c55c2bb651a5ccdba2337103cdffad /generic/tclIntDecls.h | |
parent | c5e46efb954d7d3ec9a1594489918053bde2e758 (diff) | |
parent | 1aba207fe781bcbb05472aadff385d3a7bc0b819 (diff) | |
download | tcl-ae6d91316afca4d7295521163352757b570d0e85.zip tcl-ae6d91316afca4d7295521163352757b570d0e85.tar.gz tcl-ae6d91316afca4d7295521163352757b570d0e85.tar.bz2 |
merge trunk
Diffstat (limited to 'generic/tclIntDecls.h')
-rw-r--r-- | generic/tclIntDecls.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tclIntDecls.h b/generic/tclIntDecls.h index 26b168f..d442211 100644 --- a/generic/tclIntDecls.h +++ b/generic/tclIntDecls.h @@ -1209,4 +1209,7 @@ extern const TclIntStubs *tclIntStubsPtr; /* !END!: Do not edit above this line. */ +#undef TclCopyChannelOld +#undef TclSockMinimumBuffersOld + #endif /* _TCLINTDECLS */ |