diff options
author | das <das> | 2007-09-20 18:48:34 (GMT) |
---|---|---|
committer | das <das> | 2007-09-20 18:48:34 (GMT) |
commit | 1ce286eb2385128d4353f8cbb3e7f3ab1e537e13 (patch) | |
tree | c7b6b93d5c088bd1edf56d3fe8e13036c83f6b11 /generic | |
parent | c477003aa821b374ca1046d7241b217f6e6ec997 (diff) | |
download | tk-1ce286eb2385128d4353f8cbb3e7f3ab1e537e13.zip tk-1ce286eb2385128d4353f8cbb3e7f3ab1e537e13.tar.gz tk-1ce286eb2385128d4353f8cbb3e7f3ab1e537e13.tar.bz2 |
fix 'make checkstubs' complaint about Tk_PkgInitStubsCheck
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tk.decls | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tk.decls b/generic/tk.decls index 5136906..494801d 100644 --- a/generic/tk.decls +++ b/generic/tk.decls @@ -11,7 +11,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: tk.decls,v 1.32 2007/05/16 21:21:35 das Exp $ +# RCS: @(#) $Id: tk.decls,v 1.33 2007/09/20 18:48:34 das Exp $ library tk @@ -1386,6 +1386,8 @@ declare 10 aqua { # complain about them) # const char *Tk_InitStubs(Tcl_Interp *interp, const char *version, int exact) +# const char *Tk_PkgInitStubsCheck(Tcl_Interp *interp, const char *version, +# int exact); # Global variables that need to be exported from the tcl shared library: # (listed here _as comments_ so that the 'checkstubs' make target does not |