diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-22 14:38:18 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-03-22 14:38:18 (GMT) |
commit | e2baf98d42baad64a19da5ec35136b0bc81ff7f5 (patch) | |
tree | ad295d0aad96e6a4b66a5e78612a42fb71fafc5b /generic/tclIntDecls.h | |
parent | ae6d91316afca4d7295521163352757b570d0e85 (diff) | |
download | tcl-e2baf98d42baad64a19da5ec35136b0bc81ff7f5.zip tcl-e2baf98d42baad64a19da5ec35136b0bc81ff7f5.tar.gz tcl-e2baf98d42baad64a19da5ec35136b0bc81ff7f5.tar.bz2 |
Eliminate some usage of VOID and its variants.
Remove unnecessary #undef's
Diffstat (limited to 'generic/tclIntDecls.h')
-rw-r--r-- | generic/tclIntDecls.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/generic/tclIntDecls.h b/generic/tclIntDecls.h index d442211..26b168f 100644 --- a/generic/tclIntDecls.h +++ b/generic/tclIntDecls.h @@ -1209,7 +1209,4 @@ extern const TclIntStubs *tclIntStubsPtr; /* !END!: Do not edit above this line. */ -#undef TclCopyChannelOld -#undef TclSockMinimumBuffersOld - #endif /* _TCLINTDECLS */ |