diff options
author | dgp <dgp@users.sourceforge.net> | 2013-08-14 12:15:59 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-08-14 12:15:59 (GMT) |
commit | b2d7315f923bd7c0eae390595466fcf0ff1388ac (patch) | |
tree | 0b40f16863b25ebb13b0372d9395cf90c76225e9 /generic/tclInt.h | |
parent | 9c15217967a7614ac17d324144b8e39d788b6eef (diff) | |
download | tcl-b2d7315f923bd7c0eae390595466fcf0ff1388ac.zip tcl-b2d7315f923bd7c0eae390595466fcf0ff1388ac.tar.gz tcl-b2d7315f923bd7c0eae390595466fcf0ff1388ac.tar.bz2 |
Consolidate some helper routines.dgp_bye_ctx_eval_flag
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index 19cd883..6056119 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -2909,8 +2909,6 @@ MODULE_SCOPE int TclGetOpenModeEx(Tcl_Interp *interp, MODULE_SCOPE Tcl_Obj * TclGetProcessGlobalValue(ProcessGlobalValue *pgvPtr); MODULE_SCOPE Tcl_Obj * TclGetSourceFromFrame(CmdFrame *cfPtr, int objc, Tcl_Obj *const objv[]); -MODULE_SCOPE const char *TclGetSrcInfoForCmdFrame(CmdFrame *cfPtr, - int *lenPtr); MODULE_SCOPE int TclGlob(Tcl_Interp *interp, char *pattern, Tcl_Obj *unquotedPrefix, int globFlags, Tcl_GlobTypeData *types); |