diff options
author | dgp <dgp@users.sourceforge.net> | 2006-03-10 17:05:06 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-03-10 17:05:06 (GMT) |
commit | caf26a9afdc9ca29fdd6a06099bf821f7c0382f3 (patch) | |
tree | 7319a8da1541c2b7ab2142d02ea0138612d1a1be | |
parent | 42d4aab0805ab4e2efe15ba6e9829766929a2d78 (diff) | |
download | tcl-caf26a9afdc9ca29fdd6a06099bf821f7c0382f3.zip tcl-caf26a9afdc9ca29fdd6a06099bf821f7c0382f3.tar.gz tcl-caf26a9afdc9ca29fdd6a06099bf821f7c0382f3.tar.bz2 |
missing static
-rw-r--r-- | generic/tclObj.c | 4 |
1 files 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 */ |