diff options
author | das <das> | 2007-09-20 18:43:28 (GMT) |
---|---|---|
committer | das <das> | 2007-09-20 18:43:28 (GMT) |
commit | 07010d008140290042f0c4f42cc7892cd4ddf12e (patch) | |
tree | 53eafbf19362ff8755c9a63641f7a15450d84a12 /generic/tcl.decls | |
parent | 6c483122ed3d96fc79895bcb6b44fe7ddac0417b (diff) | |
download | tcl-07010d008140290042f0c4f42cc7892cd4ddf12e.zip tcl-07010d008140290042f0c4f42cc7892cd4ddf12e.tar.gz tcl-07010d008140290042f0c4f42cc7892cd4ddf12e.tar.bz2 |
fix 'make checkstubs' complaint about Tcl_PkgInitStubsCheckcore_8_5_b1
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 |