summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-03-10 17:05:06 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-03-10 17:05:06 (GMT)
commitcaf26a9afdc9ca29fdd6a06099bf821f7c0382f3 (patch)
tree7319a8da1541c2b7ab2142d02ea0138612d1a1be /generic
parent42d4aab0805ab4e2efe15ba6e9829766929a2d78 (diff)
downloadtcl-caf26a9afdc9ca29fdd6a06099bf821f7c0382f3.zip
tcl-caf26a9afdc9ca29fdd6a06099bf821f7c0382f3.tar.gz
tcl-caf26a9afdc9ca29fdd6a06099bf821f7c0382f3.tar.bz2
missing static
Diffstat (limited to 'generic')
-rw-r--r--generic/tclObj.c4
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 */