summaryrefslogtreecommitdiffstats
path: root/win/winMain.c
diff options
context:
space:
mode:
authorstanton <stanton>1999-02-04 20:57:17 (GMT)
committerstanton <stanton>1999-02-04 20:57:17 (GMT)
commit955ce6fbcdcca30ded10dd5bdef28603b431da7f (patch)
tree0459a23cbcec93e95a6099adcc0857e42c69b553 /win/winMain.c
parente4a39867867a5e7241f1dc928fbef189a909847b (diff)
downloadtk-955ce6fbcdcca30ded10dd5bdef28603b431da7f.zip
tk-955ce6fbcdcca30ded10dd5bdef28603b431da7f.tar.gz
tk-955ce6fbcdcca30ded10dd5bdef28603b431da7f.tar.bz2
* mac/tkMacAppInit.c:
* generic/tkTest.c: * generic/tkAppInit.c: * win/winMain.c: Changed some EXTERN declarations to extern since they are not defining exported interfaces. This avoids generating useless declspec() attributes and makes the windows makefile simpler.
Diffstat (limited to 'win/winMain.c')
-rw-r--r--win/winMain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/winMain.c b/win/winMain.c
index 3e6bc59..12c9d34 100644
--- a/win/winMain.c
+++ b/win/winMain.c
@@ -8,7 +8,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: winMain.c,v 1.3 1998/09/14 18:24:02 stanton Exp $
+ * RCS: @(#) $Id: winMain.c,v 1.4 1999/02/04 20:57:18 stanton Exp $
*/
#include <tk.h>
@@ -34,7 +34,7 @@ static void setargv _ANSI_ARGS_((int *argcPtr, char ***argvPtr));
static void WishPanic _ANSI_ARGS_(TCL_VARARGS(char *,format));
#ifdef TK_TEST
-EXTERN int Tktest_Init(Tcl_Interp *interp);
+extern int Tktest_Init(Tcl_Interp *interp);
#endif /* TK_TEST */