diff options
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r-- | generic/tcl.decls | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls index 558a0a0..b79f301 100644 --- a/generic/tcl.decls +++ b/generic/tcl.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: tcl.decls,v 1.126 2007/05/16 21:18:22 das Exp $ +# RCS: @(#) $Id: tcl.decls,v 1.127 2007/09/20 18:43:28 das Exp $ library tcl @@ -2145,6 +2145,9 @@ declare 1 macosx { # CONST char *Tcl_InitStubs(Tcl_Interp *interp, CONST char *version, int exact) # CONST char *TclTomMathInitializeStubs(Tcl_Interp* interp, # CONST char* version, int epoch, int revision +# CONST char *Tcl_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 |