summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixConfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/tkUnixConfig.c')
-rw-r--r--unix/tkUnixConfig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tkUnixConfig.c b/unix/tkUnixConfig.c
index 0b3af03..3584494 100644
--- a/unix/tkUnixConfig.c
+++ b/unix/tkUnixConfig.c
@@ -35,8 +35,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;
}