summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.c
diff options
context:
space:
mode:
authorgahr <gahr@gahr.ch>2016-05-23 11:40:10 (GMT)
committergahr <gahr@gahr.ch>2016-05-23 11:40:10 (GMT)
commit7e85a50a4670f3fe470935a933aaaecda3ab615b (patch)
treebf6524a31d689158f8511caf4f7c943f452ae213 /generic/tclCompile.c
parent8e26969a348df5ec51f430e4eb408579a49aef52 (diff)
parent0e5bc322f1164f51b9d9714a4a012b5519542876 (diff)
downloadtcl-7e85a50a4670f3fe470935a933aaaecda3ab615b.zip
tcl-7e85a50a4670f3fe470935a933aaaecda3ab615b.tar.gz
tcl-7e85a50a4670f3fe470935a933aaaecda3ab615b.tar.bz2
Merge trunk
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 96b418c..2042bcc 100644
--- a/generic/tclCompile.c
+++ b/generic/tclCompile.c
@@ -993,7 +993,7 @@ FreeByteCodeInternalRep(
void
TclPreserveByteCode(
- register ByteCode *codePtr)
+ register ByteCode *codePtr)
{
codePtr->refCount++;
}