diff options
author | stanton <stanton@noemail.net> | 1999-04-16 01:25:53 (GMT) |
---|---|---|
committer | stanton <stanton@noemail.net> | 1999-04-16 01:25:53 (GMT) |
commit | 878ed3a2c9af6e583516ac48fd69ce3b349ac5f8 (patch) | |
tree | 26ed396a9d8bc0deb59c9732db47806e3d11217b /mac/tkMacAppInit.c | |
parent | 9949d39612c1141586ccea044a75083cf70e3305 (diff) | |
download | tk-878ed3a2c9af6e583516ac48fd69ce3b349ac5f8.zip tk-878ed3a2c9af6e583516ac48fd69ce3b349ac5f8.tar.gz tk-878ed3a2c9af6e583516ac48fd69ce3b349ac5f8.tar.bz2 |
* Merged changes from 8.0.5:
- Updated for Mac release
FossilOrigin-Name: a1b05427d64102bc136e7ae1428b5b95cd3460d6
Diffstat (limited to 'mac/tkMacAppInit.c')
-rw-r--r-- | mac/tkMacAppInit.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mac/tkMacAppInit.c b/mac/tkMacAppInit.c index b749454..e95e448 100644 --- a/mac/tkMacAppInit.c +++ b/mac/tkMacAppInit.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacAppInit.c,v 1.6 1999/03/10 07:04:44 stanton Exp $ + * RCS: @(#) $Id: tkMacAppInit.c,v 1.7 1999/04/16 01:25:54 stanton Exp $ */ #include <Gestalt.h> @@ -26,14 +26,14 @@ #include "tclMac.h" #ifdef TK_TEST -extern int Tktest_Init _ANSI_ARGS_((Tcl_Interp *interp)); +EXTERN int Tktest_Init _ANSI_ARGS_((Tcl_Interp *interp)); #endif /* TK_TEST */ #ifdef TCL_TEST -extern int Procbodytest_Init _ANSI_ARGS_((Tcl_Interp *interp)); -extern int Procbodytest_SafeInit _ANSI_ARGS_((Tcl_Interp *interp)); -extern int TclObjTest_Init _ANSI_ARGS_((Tcl_Interp *interp)); -extern int Tcltest_Init _ANSI_ARGS_((Tcl_Interp *interp)); +EXTERN int Procbodytest_Init _ANSI_ARGS_((Tcl_Interp *interp)); +EXTERN int Procbodytest_SafeInit _ANSI_ARGS_((Tcl_Interp *interp)); +EXTERN int TclObjTest_Init _ANSI_ARGS_((Tcl_Interp *interp)); +EXTERN int Tcltest_Init _ANSI_ARGS_((Tcl_Interp *interp)); #endif /* TCL_TEST */ Tcl_Interp *gStdoutInterp = NULL; |