diff options
author | nijtmans <nijtmans> | 2010-02-22 23:38:53 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-02-22 23:38:53 (GMT) |
commit | bde3dfcc8fc14e2997197a2be25dc4082504441a (patch) | |
tree | 3752864f6e36215ef73589032ae459b20b3459d4 /generic/tkTest.c | |
parent | 6d03bdd8b5ff9bc7cf2d49fa03495f6c90099d46 (diff) | |
download | tk-bde3dfcc8fc14e2997197a2be25dc4082504441a.zip tk-bde3dfcc8fc14e2997197a2be25dc4082504441a.tar.gz tk-bde3dfcc8fc14e2997197a2be25dc4082504441a.tar.bz2 |
Use @EXEEXT@ in stead of @EXT_SUFFIX@
Use -DBUILD_tk in Makefile
Make internal Tk_ObjCustomOption const
Diffstat (limited to 'generic/tkTest.c')
-rw-r--r-- | generic/tkTest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkTest.c b/generic/tkTest.c index 511024e..04cc8e8 100644 --- a/generic/tkTest.c +++ b/generic/tkTest.c @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkTest.c,v 1.46 2010/02/21 12:14:16 dkf Exp $ + * RCS: @(#) $Id: tkTest.c,v 1.47 2010/02/22 23:38:53 nijtmans Exp $ */ #undef STATIC_BUILD @@ -633,7 +633,7 @@ TestobjconfigObjCmd( /* Holds pointers to option tables created by * commands below; indexed with same values as * "options" array. */ - static Tk_ObjCustomOption CustomOption = { + static const Tk_ObjCustomOption CustomOption = { "custom option", CustomOptionSet, CustomOptionGet, |