summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-04-06 13:09:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-04-06 13:09:11 (GMT)
commit963891f74c97d0fecfcf5b4825bd5148f67a103c (patch)
tree6949b0f88eb49aa299a72b8f4f695d31f66122da /generic/tclCompile.c
parent5a78efcb890f211902b3dfa661ace0d9c531c056 (diff)
downloadtcl-963891f74c97d0fecfcf5b4825bd5148f67a103c.zip
tcl-963891f74c97d0fecfcf5b4825bd5148f67a103c.tar.gz
tcl-963891f74c97d0fecfcf5b4825bd5148f67a103c.tar.bz2
Don't use MODULE_SCOPE in module implementation, only in declaration.
Diffstat (limited to 'generic/tclCompile.c')
-rw-r--r--generic/tclCompile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c
index 5565342..3330315 100644
--- a/generic/tclCompile.c
+++ b/generic/tclCompile.c
@@ -4366,7 +4366,7 @@ TclGetInnerContext(
*----------------------------------------------------------------------
*/
-MODULE_SCOPE Tcl_Obj *
+Tcl_Obj *
TclNewInstNameObj(
unsigned char inst)
{