OSDN Git Service

Updated to tk 8.4.1
[pf3gnuchains/sourceware.git] / tk / mac / tkMacConfig.c
index cf5ba08..ead3692 100644 (file)
@@ -38,9 +38,8 @@
 Tcl_Obj *
 TkpGetSystemDefault(
     Tk_Window tkwin,           /* A window to use. */
-    char *dbName,              /* The option database name. */
-    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;
 }
-