From 3cbf22b6cf95f7f50d278996567fdd4fd6f15a44 Mon Sep 17 00:00:00 2001 From: dgp Date: Wed, 23 Jun 2004 03:49:59 +0000 Subject: Corrected typo in latest patch that broke build on OS X. --- unix/tclUnixInit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c index 51e40a2..86000cc 100644 --- a/unix/tclUnixInit.c +++ b/unix/tclUnixInit.c @@ -7,7 +7,7 @@ * Copyright (c) 1999 by Scriptics Corporation. * All rights reserved. * - * RCS: @(#) $Id: tclUnixInit.c,v 1.46 2004/06/23 00:24:41 dkf Exp $ + * RCS: @(#) $Id: tclUnixInit.c,v 1.47 2004/06/23 03:49:59 dgp Exp $ */ #if defined(HAVE_CFBUNDLE) @@ -207,7 +207,7 @@ static CONST LocaleTable localeTable[] = { static int GetStackSize _ANSI_ARGS_((size_t *stackSizePtr)); #endif /* TCL_NO_STACK_CHECK */ #ifdef HAVE_CFBUNDLE -static int MacOSXGetLibraryPath _ANSI_ARGS(( +static int MacOSXGetLibraryPath _ANSI_ARGS_(( Tcl_Interp *interp, int maxPathLen, char *tclLibPath)); #endif /* HAVE_CFBUNDLE */ -- cgit v0.12