summaryrefslogtreecommitdiffstats
path: root/macosx/tclMacOSXBundle.c
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2008-04-27 22:21:26 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2008-04-27 22:21:26 (GMT)
commitc6aa7ace5f2063d3aa73342ff15dada85b8457a3 (patch)
tree4e7b1367d8eb030241db8325caa541ce387b7313 /macosx/tclMacOSXBundle.c
parentbc3de57427d457dbb37e9b4ecb1d9d6615b96b56 (diff)
downloadtcl-c6aa7ace5f2063d3aa73342ff15dada85b8457a3.zip
tcl-c6aa7ace5f2063d3aa73342ff15dada85b8457a3.tar.gz
tcl-c6aa7ace5f2063d3aa73342ff15dada85b8457a3.tar.bz2
Get rid of pre-C89-isms (esp. CONST vs const).
Diffstat (limited to 'macosx/tclMacOSXBundle.c')
-rw-r--r--macosx/tclMacOSXBundle.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/macosx/tclMacOSXBundle.c b/macosx/tclMacOSXBundle.c
index 469d2f1..6b0b6f7 100644
--- a/macosx/tclMacOSXBundle.c
+++ b/macosx/tclMacOSXBundle.c
@@ -48,7 +48,7 @@
* permission to use and distribute the software in accordance with the
* terms specified in this license.
*
- * RCS: @(#) $Id: tclMacOSXBundle.c,v 1.11 2007/04/23 20:46:13 das Exp $
+ * RCS: @(#) $Id: tclMacOSXBundle.c,v 1.12 2008/04/27 22:21:33 dkf Exp $
*/
#include "tclPort.h"
@@ -81,7 +81,7 @@
int
Tcl_MacOSXOpenBundleResources(
Tcl_Interp *interp,
- CONST char *bundleName,
+ const char *bundleName,
int hasResourceFile,
int maxPathLen,
char *libraryPath)
@@ -114,8 +114,8 @@ Tcl_MacOSXOpenBundleResources(
int
Tcl_MacOSXOpenVersionedBundleResources(
Tcl_Interp *interp,
- CONST char *bundleName,
- CONST char *bundleVersion,
+ const char *bundleName,
+ const char *bundleVersion,
int hasResourceFile,
int maxPathLen,
char *libraryPath)