Index: generic/nsfInt.h =================================================================== diff -u -rc5d841d4cd001b85e95e01202b4fc0afe75df6a8 -r39607bed15618248130a1251cc2b1c2a03db93b0 --- generic/nsfInt.h (.../nsfInt.h) (revision c5d841d4cd001b85e95e01202b4fc0afe75df6a8) +++ generic/nsfInt.h (.../nsfInt.h) (revision 39607bed15618248130a1251cc2b1c2a03db93b0) @@ -685,11 +685,12 @@ int errorCount; /* these flags could move into a bitarray, but are used only once per interp*/ int unknown; - int doFilters; int doSoftrecreate; int doKeepinitcmd; int doCheckResults; int doCheckArguments; + int doFilters; + int debugLevel; int exitHandlerDestroyRound; int returnCode; int overloadedMethods;