diff options
author | nijtmans <nijtmans@noemail.net> | 2009-11-29 22:10:35 (GMT) |
---|---|---|
committer | nijtmans <nijtmans@noemail.net> | 2009-11-29 22:10:35 (GMT) |
commit | 1ad9157bf758eda3a52512b5c33fad25ee847f64 (patch) | |
tree | eac2ee5a43a9d5a2cb7cb523cc92d549b47404e7 /carbon/tkMacOSXTest.c | |
parent | d5ab3657b38510525902abdd5988ee42e33229be (diff) | |
download | tk-1ad9157bf758eda3a52512b5c33fad25ee847f64.zip tk-1ad9157bf758eda3a52512b5c33fad25ee847f64.tar.gz tk-1ad9157bf758eda3a52512b5c33fad25ee847f64.tar.bz2 |
Make all internal initialization
routines MODULE_SCOPE
copy win/tcl.m4 from Tcl (latest) to Tk
and regenerate win/configure
FossilOrigin-Name: 3b27a3828f1da1725db91422e7a1900c8984db15
Diffstat (limited to 'carbon/tkMacOSXTest.c')
-rw-r--r-- | carbon/tkMacOSXTest.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/carbon/tkMacOSXTest.c b/carbon/tkMacOSXTest.c index 1ef4c61..37dec11 100644 --- a/carbon/tkMacOSXTest.c +++ b/carbon/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.1 2009/06/26 01:42:47 das Exp $ + * RCS: @(#) $Id: tkMacOSXTest.c,v 1.2 2009/11/29 22:10:36 nijtmans Exp $ */ #include "tkMacOSXInt.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); /* *---------------------------------------------------------------------- |