summaryrefslogtreecommitdiffstats
path: root/generic/tclCompile.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-03-05 20:19:14 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-03-05 20:19:14 (GMT)
commit9e95ecd95bda273bf6f0b4c6b3816c6043b868ae (patch)
tree141f4f4f48bcfc8c71d195842f7b82ea31013225 /generic/tclCompile.h
parentd6e479b3377880b1560387ab9385656aeaba9ccf (diff)
parentff33155b738339c0ecc8f822888b8a8eba45e676 (diff)
downloadtcl-9e95ecd95bda273bf6f0b4c6b3816c6043b868ae.zip
tcl-9e95ecd95bda273bf6f0b4c6b3816c6043b868ae.tar.gz
tcl-9e95ecd95bda273bf6f0b4c6b3816c6043b868ae.tar.bz2
Remove from tclCompile.h declarations used in only one source file.
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r--generic/tclCompile.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h
index 7f0204e..10282ba 100644
--- a/generic/tclCompile.h
+++ b/generic/tclCompile.h
@@ -957,8 +957,6 @@ MODULE_SCOPE int TclNRExecuteByteCode(Tcl_Interp *interp,
MODULE_SCOPE void TclFinalizeAuxDataTypeTable(void);
MODULE_SCOPE int TclFindCompiledLocal(const char *name, int nameChars,
int create, CompileEnv *envPtr);
-MODULE_SCOPE LiteralEntry * TclLookupLiteralEntry(Tcl_Interp *interp,
- Tcl_Obj *objPtr);
MODULE_SCOPE int TclFixupForwardJump(CompileEnv *envPtr,
JumpFixup *jumpFixupPtr, int jumpDist,
int distThreshold);
@@ -986,7 +984,6 @@ MODULE_SCOPE void TclPrintObject(FILE *outFile,
Tcl_Obj *objPtr, int maxChars);
MODULE_SCOPE void TclPrintSource(FILE *outFile,
const char *string, int maxChars);
-MODULE_SCOPE void TclRegisterAuxDataType(const AuxDataType *typePtr);
MODULE_SCOPE int TclRegisterLiteral(CompileEnv *envPtr,
char *bytes, int length, int flags);
MODULE_SCOPE void TclReleaseLiteral(Tcl_Interp *interp, Tcl_Obj *objPtr);