Index: generic/nsf.c =================================================================== diff -u -N -r9131bba5ac534e1a20a1af6e9a42b16e74984830 -r4563271bbe9742d74ba021fa8f23caa9274d1649 --- generic/nsf.c (.../nsf.c) (revision 9131bba5ac534e1a20a1af6e9a42b16e74984830) +++ generic/nsf.c (.../nsf.c) (revision 4563271bbe9742d74ba021fa8f23caa9274d1649) @@ -395,9 +395,14 @@ /* * Prototypes for call stack specific calls */ -NSF_INLINE static void CscInit_(NsfCallStackContent *cscPtr, NsfObject *object, NsfClass *class, - Tcl_Command cmd, unsigned short frameType, unsigned int flags) - nonnull(1) nonnull(2); +NSF_INLINE static void CscInit_( + NsfCallStackContent *cscPtr, + NsfObject *object, + NsfClass *class, + const Tcl_Command cmd, + unsigned short frameType, + unsigned int flags +) nonnull(1) nonnull(2); NSF_INLINE static void CscFinish_(Tcl_Interp *interp, NsfCallStackContent *cscPtr) nonnull(1) nonnull(2); @@ -449,7 +454,7 @@ ) nonnull(1); NSF_INLINE static NsfProcContext *ProcContextGet( - Tcl_Command cmdPtr + const Tcl_Command cmdPtr ) nonnull(1); static NsfProcContext *ProcContextRequire(