Index: generic/nsf.c =================================================================== diff -u -r77b8c1919a102d9309079071f070f2f5b48d50a5 -ra02e56f649d5466d4f240350ac4551b7385d1f53 --- generic/nsf.c (.../nsf.c) (revision 77b8c1919a102d9309079071f070f2f5b48d50a5) +++ generic/nsf.c (.../nsf.c) (revision a02e56f649d5466d4f240350ac4551b7385d1f53) @@ -8612,7 +8612,7 @@ Tcl_Obj *bodyObj = procPtr->bodyPtr; if (likely(bodyObj->typePtr == Nsf_OT_byteCodeType)) { -# if defined(HAVE_TCL_COMPILE_H) +#if defined(HAVE_TCL_COMPILE_H) ByteCode *codePtr; Interp *iPtr = (Interp *) interp; @@ -8631,7 +8631,7 @@ || (codePtr->nsPtr != nsPtr) || (codePtr->nsEpoch != nsPtr->resolverEpoch))) { -#if defined(VAR_RESOLVER_TRACE) +# if defined(VAR_RESOLVER_TRACE) fprintf(stderr, "ByteCompiled bytecode not valid proc %p cmd %p method %s\n", procPtr, procPtr->cmdPtr, Tcl_GetCommandName(interp, (Tcl_Command)procPtr->cmdPtr)); @@ -8649,18 +8649,18 @@ localPtr->resolveInfo ? localPtr->resolveInfo->deleteProc : NULL); } } -#endif +# endif /* dummy statement for coverage analysis */ assert(1); goto doCompilation; } +#endif return TCL_OK; -# endif } else { int result; -# if defined(HAVE_TCL_COMPILE_H) +#if defined(HAVE_TCL_COMPILE_H) doCompilation: -# endif +#endif *flagsPtr |= NSF_CSC_CALL_IS_COMPILE; result = TclProcCompileProc(interp, procPtr, bodyObj,