diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-10-23 08:52:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-10-23 08:52:05 (GMT) |
commit | 2da8c8ef3be8a1ac136a7fda7f4d53a21e36cc62 (patch) | |
tree | 3acdd29ee57643ab022569f14b066e1359056863 /macosx/tkMacOSXConfig.c | |
parent | c38626d1adc195c2d87e1d6c16fa61ab473683a5 (diff) | |
download | tk-2da8c8ef3be8a1ac136a7fda7f4d53a21e36cc62.zip tk-2da8c8ef3be8a1ac136a7fda7f4d53a21e36cc62.tar.gz tk-2da8c8ef3be8a1ac136a7fda7f4d53a21e36cc62.tar.bz2 |
remove RCS keywords, use mode: objc consistantly
Diffstat (limited to 'macosx/tkMacOSXConfig.c')
-rw-r--r-- | macosx/tkMacOSXConfig.c | 6 |
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; } |