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 /macosx/tkMacOSXTest.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 'macosx/tkMacOSXTest.c')
-rw-r--r-- | macosx/tkMacOSXTest.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/tkMacOSXTest.c b/macosx/tkMacOSXTest.c index 5660746..e75a30c 100644 --- a/macosx/tkMacOSXTest.c +++ b/macosx/tkMacOSXTest.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: tkMacOSXTest.c,v 1.7 2009/06/29 14:35:01 das Exp $ + * RCS: @(#) $Id: tkMacOSXTest.c,v 1.8 2009/11/29 22:10:37 nijtmans Exp $ */ #include "tkMacOSXPrivate.h" @@ -22,7 +22,6 @@ static int DebuggerCmd (ClientData dummy, Tcl_Interp *interp, int argc, const char **argv); -MODULE_SCOPE int TkplatformtestInit(Tcl_Interp *interp); /* *---------------------------------------------------------------------- |