summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-10-25 09:56:35 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-10-25 09:56:35 (GMT)
commit8c9ab6bacf51046f3bb722ac655d9a3ddfd237d2 (patch)
tree06fab6fbf8d94dc0eb2f17c305d8dafffd79fd1c /generic/tclInt.h
parentdd02fe2c44cb40476303d7dacb4bc769c50ba185 (diff)
downloadtcl-8c9ab6bacf51046f3bb722ac655d9a3ddfd237d2.zip
tcl-8c9ab6bacf51046f3bb722ac655d9a3ddfd237d2.tar.gz
tcl-8c9ab6bacf51046f3bb722ac655d9a3ddfd237d2.tar.bz2
Added compilation of [namespace code] (except for gnarly edge cases).
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 02c8a35..1bf52d1 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -3588,6 +3588,9 @@ MODULE_SCOPE int TclCompileLreplaceCmd(Tcl_Interp *interp,
MODULE_SCOPE int TclCompileLsetCmd(Tcl_Interp *interp,
Tcl_Parse *parsePtr, Command *cmdPtr,
struct CompileEnv *envPtr);
+MODULE_SCOPE int TclCompileNamespaceCodeCmd(Tcl_Interp *interp,
+ Tcl_Parse *parsePtr, Command *cmdPtr,
+ struct CompileEnv *envPtr);
MODULE_SCOPE int TclCompileNamespaceCurrentCmd(Tcl_Interp *interp,
Tcl_Parse *parsePtr, Command *cmdPtr,
struct CompileEnv *envPtr);