From 07010d008140290042f0c4f42cc7892cd4ddf12e Mon Sep 17 00:00:00 2001 From: das Date: Thu, 20 Sep 2007 18:43:28 +0000 Subject: fix 'make checkstubs' complaint about Tcl_PkgInitStubsCheck --- generic/tcl.decls | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v0.12