summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXConfig.c
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2012-10-23 08:52:05 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2012-10-23 08:52:05 (GMT)
commitd3e283b3a6fb3b108cd4b39f10b4e08599b7b460 (patch)
tree7d8eb1c5c6fdec9e7a6a8b2a26115e88ffbf3915 /macosx/tkMacOSXConfig.c
parenteb2910e329d4314bc9bec018d534ea412f3e6916 (diff)
downloadtk-d3e283b3a6fb3b108cd4b39f10b4e08599b7b460.zip
tk-d3e283b3a6fb3b108cd4b39f10b4e08599b7b460.tar.gz
tk-d3e283b3a6fb3b108cd4b39f10b4e08599b7b460.tar.bz2
remove RCS keywords, use mode: objc consistantly
Diffstat (limited to 'macosx/tkMacOSXConfig.c')
-rw-r--r--macosx/tkMacOSXConfig.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/macosx/tkMacOSXConfig.c b/macosx/tkMacOSXConfig.c
index bd2ca44..bdfcb6e 100644
--- a/macosx/tkMacOSXConfig.c
+++ b/macosx/tkMacOSXConfig.c
@@ -9,8 +9,6 @@
*
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
- *
- * RCS: @(#) $Id$
*/
#include "tkInt.h"
@@ -38,8 +36,8 @@
Tcl_Obj *
TkpGetSystemDefault(
Tk_Window tkwin, /* A window to use. */
- CONST char *dbName, /* The option database name. */
- CONST char *className) /* The name of the option class. */
+ const char *dbName, /* The option database name. */
+ const char *className) /* The name of the option class. */
{
return NULL;
}