diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-14 10:54:55 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-11-14 10:54:55 (GMT) |
commit | 32e51a96573d4ab8a91f7e5484b7ed780b875ae7 (patch) | |
tree | 8fdd9a839e3f30f31d84c04046ce22d5dcb0fb12 /generic/tclInt.h | |
parent | a6a486247abe172af650a068ca0ffcf26e588d66 (diff) | |
download | tcl-32e51a96573d4ab8a91f7e5484b7ed780b875ae7.zip tcl-32e51a96573d4ab8a91f7e5484b7ed780b875ae7.tar.gz tcl-32e51a96573d4ab8a91f7e5484b7ed780b875ae7.tar.bz2 |
Strip an _ANSI_ARGS_ usage.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 2874a74..40ca85f 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclInt.h,v 1.344 2007/11/12 22:12:07 msofer Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.345 2007/11/14 10:54:55 dkf Exp $ */ #ifndef _TCLINT @@ -2551,7 +2551,7 @@ MODULE_SCOPE int TclpDeleteFile(CONST char *path); MODULE_SCOPE void TclpFinalizeCondition(Tcl_Condition *condPtr); MODULE_SCOPE void TclpFinalizeMutex(Tcl_Mutex *mutexPtr); MODULE_SCOPE void TclpFinalizePipes(void); -MODULE_SCOPE void TclpFinalizeSockets _ANSI_ARGS_((void)); +MODULE_SCOPE void TclpFinalizeSockets(void); MODULE_SCOPE int TclpThreadCreate(Tcl_ThreadId *idPtr, Tcl_ThreadCreateProc proc, ClientData clientData, int stackSize, int flags); |