diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-04-04 18:52:18 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2012-04-04 18:52:18 (GMT) |
| commit | 5d3d689b32158de8d6ba6c980d808d1f57a6567f (patch) | |
| tree | bb292f6696c91a2f35fa4e7da3bf863c26870aa5 /generic/tclStubInit.c | |
| parent | 9c5e179bc73d479612e572615b3a1e5967895cb8 (diff) | |
| download | tcl-5d3d689b32158de8d6ba6c980d808d1f57a6567f.zip tcl-5d3d689b32158de8d6ba6c980d808d1f57a6567f.tar.gz tcl-5d3d689b32158de8d6ba6c980d808d1f57a6567f.tar.bz2 | |
tclStubInit.c: move up #undef, so it is clear that this
macro is conflicting with another definition in this file.
Fix some other gcc warnings
Diffstat (limited to 'generic/tclStubInit.c')
| -rw-r--r-- | generic/tclStubInit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclStubInit.c b/generic/tclStubInit.c index be50792..a5408f4 100644 --- a/generic/tclStubInit.c +++ b/generic/tclStubInit.c @@ -31,6 +31,7 @@ #undef Tcl_ValidateAllMemory #undef Tcl_FindHashEntry #undef Tcl_CreateHashEntry +#undef TclSockMinimumBuffers /* * Keep a record of the original Notifier procedures, created in the @@ -59,7 +60,6 @@ Tcl_NotifierProcs tclOriginalNotifier = { #ifdef _WIN64 # define TclSockMinimumBuffersOld 0 #else -#undef TclSockMinimumBuffers int TclSockMinimumBuffersOld(sock, size) int sock; int size; |
