diff options
author | das <das> | 2008-04-02 21:32:32 (GMT) |
---|---|---|
committer | das <das> | 2008-04-02 21:32:32 (GMT) |
commit | b6aa2d67518ad50fdd96a64bd175d9ab6d8cbf02 (patch) | |
tree | a561d1b1c33b5cc093840e3640e2c0eee7854dca /generic/tkStubInit.c | |
parent | d80afd9403e34db5407b5d005f40f1b69aae8267 (diff) | |
download | tk-b6aa2d67518ad50fdd96a64bd175d9ab6d8cbf02.zip tk-b6aa2d67518ad50fdd96a64bd175d9ab6d8cbf02.tar.gz tk-b6aa2d67518ad50fdd96a64bd175d9ab6d8cbf02.tar.bz2 |
* generic/tkDecls.h: make genstubs
* generic/tkIntDecls.h:
* generic/tkIntPlatDecls.h:
* generic/tkIntXlibDecls.h:
* generic/tkPlatDecls.h:
* generic/tkStubInit.c:
Diffstat (limited to 'generic/tkStubInit.c')
-rw-r--r-- | generic/tkStubInit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkStubInit.c b/generic/tkStubInit.c index 5480540..ef40e30 100644 --- a/generic/tkStubInit.c +++ b/generic/tkStubInit.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkStubInit.c,v 1.60 2007/12/13 15:24:16 dgp Exp $ + * RCS: @(#) $Id: tkStubInit.c,v 1.61 2008/04/02 21:32:33 das Exp $ */ #include "tkInt.h" @@ -666,7 +666,7 @@ TkPlatStubs tkPlatStubs = { #endif /* AQUA */ }; -static TkStubHooks tkStubHooks = { +static const TkStubHooks tkStubHooks = { &tkPlatStubs, &tkIntStubs, &tkIntPlatStubs, |