Index: generic/nsfDebug.c =================================================================== diff -u -r16a02881bff0a0d626d0045dfd96660338d0c314 -r183cd0a9a3d2a37133ac51bb86952e1b522dbf6f --- generic/nsfDebug.c (.../nsfDebug.c) (revision 16a02881bff0a0d626d0045dfd96660338d0c314) +++ generic/nsfDebug.c (.../nsfDebug.c) (revision 183cd0a9a3d2a37133ac51bb86952e1b522dbf6f) @@ -99,7 +99,7 @@ * NsfStackDump -- * * Write the current callstack with various debugging infos to stderr. This - * function is primarily for debugging proposes of the C implmenentation of + * function is primarily for debugging proposes of the C implementation of * nsf. * * Results: @@ -162,12 +162,13 @@ DECR_REF_COUNT(varCmdObj); } +#ifdef NSF_PRINT_OBJV /* *---------------------------------------------------------------------- * NsfPrintObjv -- * * Print the provided argument vector to stderr. This function is primarily - * for debugging proposes of the C implmenentation of nsf. + * for debugging proposes of the C implementation of nsf. * * Results: * None. @@ -178,7 +179,7 @@ *---------------------------------------------------------------------- */ -void NsfPrintObjv(char *string, int objc, Tcl_Obj *CONST objv[]) nonnull(1) nonnull(3); +void NsfPrintObjv(char *string, int objc, Tcl_Obj *CONST objv[]) nonnull(1) nonnull(3); void NsfPrintObjv(char *string, int objc, Tcl_Obj *CONST objv[]) { @@ -194,6 +195,7 @@ } fprintf(stderr, "\n"); } +#endif #ifdef NSF_MEM_COUNT /*