diff options
author | nijtmans <nijtmans> | 2009-11-29 22:10:36 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2009-11-29 22:10:36 (GMT) |
commit | 17bcd7c835662d0210f39b291706eedeacd27e7b (patch) | |
tree | eac2ee5a43a9d5a2cb7cb523cc92d549b47404e7 /win/tkWinTest.c | |
parent | d7430747b22e23b556c54149241b9f1810abb038 (diff) | |
download | tk-17bcd7c835662d0210f39b291706eedeacd27e7b.zip tk-17bcd7c835662d0210f39b291706eedeacd27e7b.tar.gz tk-17bcd7c835662d0210f39b291706eedeacd27e7b.tar.bz2 |
Make all internal initialization
routines MODULE_SCOPE
copy win/tcl.m4 from Tcl (latest) to Tk
and regenerate win/configure
Diffstat (limited to 'win/tkWinTest.c')
-rw-r--r-- | win/tkWinTest.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/win/tkWinTest.c b/win/tkWinTest.c index 5ab725e..34647b4 100644 --- a/win/tkWinTest.c +++ b/win/tkWinTest.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinTest.c,v 1.27 2009/11/19 23:45:08 nijtmans Exp $ + * RCS: @(#) $Id: tkWinTest.c,v 1.28 2009/11/29 22:10:36 nijtmans Exp $ */ #ifndef USE_TCL_STUBS @@ -42,7 +42,6 @@ static int TestgetwindowinfoObjCmd(ClientData clientData, static int TestwinlocaleObjCmd(ClientData clientData, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); -MODULE_SCOPE int TkplatformtestInit(Tcl_Interp *interp); static Tk_GetSelProc SetSelectionResult; |