summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixConfig.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix/tkUnixConfig.c')
-rw-r--r--unix/tkUnixConfig.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tkUnixConfig.c b/unix/tkUnixConfig.c
index 2862eff..3584494 100644
--- a/unix/tkUnixConfig.c
+++ b/unix/tkUnixConfig.c
@@ -1,4 +1,4 @@
-/*
+/*
* tkUnixConfig.c --
*
* This module implements the Unix system defaults for the configuration
@@ -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;
}