summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-02 15:11:56 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-02 15:11:56 (GMT)
commit9e3cbe2c2f2edf7bd88649e927c9ac16a4ad0936 (patch)
tree8fdc150776322e30a4962cac4ed0f3066d6e123a /generic/tclCompile.h
parentd1c2087b3947042cc731e8b5b45d38a1168e4af7 (diff)
downloadtcl-9e3cbe2c2f2edf7bd88649e927c9ac16a4ad0936.zip
tcl-9e3cbe2c2f2edf7bd88649e927c9ac16a4ad0936.tar.gz
tcl-9e3cbe2c2f2edf7bd88649e927c9ac16a4ad0936.tar.bz2
NRInterpCoroutine -> TclNRInterpCoroutine
make NRCommand static make TalInstructionTable static const
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 58663fd..e74da0a 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -866,8 +866,7 @@ typedef struct {
*----------------------------------------------------------------
*/
-MODULE_SCOPE Tcl_NRPostProc NRCommand;
-MODULE_SCOPE Tcl_ObjCmdProc NRInterpCoroutine;
+MODULE_SCOPE Tcl_ObjCmdProc TclNRInterpCoroutine;
/*
*----------------------------------------------------------------