diff options
author | redman <redman> | 1999-08-04 15:58:42 (GMT) |
---|---|---|
committer | redman <redman> | 1999-08-04 15:58:42 (GMT) |
commit | a1bd78b24d3adcf5059c36ee980eadb41bffe1e1 (patch) | |
tree | 9bd992b362d8e239dea07f8208e9d756be4758e2 /generic/tclTest.c | |
parent | 575b82f7bea90171939adfca2c2eeea46416e30b (diff) | |
download | tcl-a1bd78b24d3adcf5059c36ee980eadb41bffe1e1.zip tcl-a1bd78b24d3adcf5059c36ee980eadb41bffe1e1.tar.gz tcl-a1bd78b24d3adcf5059c36ee980eadb41bffe1e1.tar.bz2 |
Remove extern declaration for TclWinGetPlatform functions, they're
already in tclInt.decls. Only affects open source release.
Diffstat (limited to 'generic/tclTest.c')
-rw-r--r-- | generic/tclTest.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c index 8226ed1..0872322 100644 --- a/generic/tclTest.c +++ b/generic/tclTest.c @@ -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: tclTest.c,v 1.14 1999/06/17 19:32:16 stanton Exp $ + * RCS: @(#) $Id: tclTest.c,v 1.15 1999/08/04 15:58:42 redman Exp $ */ #define TCL_TEST @@ -27,11 +27,6 @@ * Declare external functions used in Windows tests. */ -#if defined(__WIN32__) -extern TclPlatformType *TclWinGetPlatform(void); -EXTERN void TclWinSetInterfaces(int); -#endif - /* * Dynamic string shared by TestdcallCmd and DelCallbackProc; used * to collect the results of the various deletion callbacks. |