diff options
Diffstat (limited to 'generic/tclTest.c')
| -rw-r--r-- | generic/tclTest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c index dc96696..3c30af5 100644 --- a/generic/tclTest.c +++ b/generic/tclTest.c @@ -511,7 +511,7 @@ static const char version[] = TCL_PATCH_LEVEL "+" STRINGIFY(TCL_VERSION_UUID) #endif ; -int +static int TestCommonInit( Tcl_Interp *interp) /* Interpreter for application. */ { |
