summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-05-30 10:57:13 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-05-30 10:57:13 (GMT)
commit8d03d462d4d27ee4a2d6fec72a8d2efe9e90f94a (patch)
tree27a2ea1278d715c99fb75c8b8c12c18d41a420dc
parent8430c2dada2e781cff07e2534fb7fbd11dcf1958 (diff)
downloadtcl-8d03d462d4d27ee4a2d6fec72a8d2efe9e90f94a.zip
tcl-8d03d462d4d27ee4a2d6fec72a8d2efe9e90f94a.tar.gz
tcl-8d03d462d4d27ee4a2d6fec72a8d2efe9e90f94a.tar.bz2
derp
-rw-r--r--generic/tclCompile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c
index 631ff58..54946ee 100644
--- a/generic/tclCompile.c
+++ b/generic/tclCompile.c
@@ -562,7 +562,7 @@ static Command * FindCompiledCommandFromToken(Tcl_Interp *interp,
static void FreeByteCodeInternalRep(Tcl_Obj *objPtr);
static void FreeSubstCodeInternalRep(Tcl_Obj *objPtr);
static int GetCmdLocEncodingSize(CompileEnv *envPtr);
-/* static */ int IsCompactibleCompileEnv(Tcl_Interp *interp,
+static int IsCompactibleCompileEnv(Tcl_Interp *interp,
CompileEnv *envPtr);
static void PeepholeOptimize(CompileEnv *envPtr);
#ifdef TCL_COMPILE_STATS
@@ -1036,7 +1036,7 @@ TclCleanupByteCode(
* ---------------------------------------------------------------------
*/
-/* static */ int
+static int
IsCompactibleCompileEnv(
Tcl_Interp *interp,
CompileEnv *envPtr)