From caf26a9afdc9ca29fdd6a06099bf821f7c0382f3 Mon Sep 17 00:00:00 2001 From: dgp Date: Fri, 10 Mar 2006 17:05:06 +0000 Subject: missing static --- generic/tclObj.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/tclObj.c b/generic/tclObj.c index 559d717..2f59828 100644 --- a/generic/tclObj.c +++ b/generic/tclObj.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclObj.c,v 1.104 2006/03/03 06:53:09 dgp Exp $ + * RCS: @(#) $Id: tclObj.c,v 1.105 2006/03/10 17:05:06 dgp Exp $ */ #include "tclInt.h" @@ -2735,7 +2735,7 @@ Tcl_DbNewBignumObj( *---------------------------------------------------------------------- */ -int +static int GetBignumFromObj( Tcl_Interp *interp, /* Tcl interpreter for error reporting */ Tcl_Obj *objPtr, /* Object to read */ -- cgit v0.12