diff options
author | das <das> | 2008-04-08 15:00:36 (GMT) |
---|---|---|
committer | das <das> | 2008-04-08 15:00:36 (GMT) |
commit | 3cc3f93973c2ef7c8b753e222d3e2012c75e3da7 (patch) | |
tree | 5daaa4e0c9a601e5a0d0ba1d47910a79589a1825 /generic/tkDecls.h | |
parent | cf6cbd25cb59c0002784a0a740d36481be63abf8 (diff) | |
download | tk-3cc3f93973c2ef7c8b753e222d3e2012c75e3da7.zip tk-3cc3f93973c2ef7c8b753e222d3e2012c75e3da7.tar.gz tk-3cc3f93973c2ef7c8b753e222d3e2012c75e3da7.tar.bz2 |
* generic/tkDecls.h: make genstubs (genStubs.tcl changes).
* generic/tkIntPlatDecls.h:
* generic/tkIntXlibDecls.h:
Diffstat (limited to 'generic/tkDecls.h')
-rw-r--r-- | generic/tkDecls.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/generic/tkDecls.h b/generic/tkDecls.h index 250a3e0..abf2739 100644 --- a/generic/tkDecls.h +++ b/generic/tkDecls.h @@ -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: tkDecls.h,v 1.33 2008/04/08 03:28:04 kennykb Exp $ + * RCS: @(#) $Id: tkDecls.h,v 1.34 2008/04/08 15:00:37 das Exp $ */ #ifndef _TKDECLS @@ -1983,12 +1983,7 @@ typedef struct TkStubs { } TkStubs; #if defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS) -/* - * The following declaration has to be 'extern', not EXTERN. The - * stubs pointer is always static-linked, and never exported from - * a DLL. - */ -extern const TkStubs *tkStubsPtr; +extern CONST TkStubs *tkStubsPtr; #endif /* defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS) */ #if defined(USE_TK_STUBS) && !defined(USE_TK_STUB_PROCS) |