Index: generic/nsfObj.c =================================================================== diff -u -reea18b07ddfc917545d48ab6a272c0bfb9656f07 -r4344f09a497442a67dd503dcdce348a376491749 --- generic/nsfObj.c (.../nsfObj.c) (revision eea18b07ddfc917545d48ab6a272c0bfb9656f07) +++ generic/nsfObj.c (.../nsfObj.c) (revision 4344f09a497442a67dd503dcdce348a376491749) @@ -125,7 +125,7 @@ int methodEpoch, /* methodEpoch */ Tcl_Command cmd, /* the tclCommand behind the method */ NsfClass *cl, /* the object/class where the method was defined */ - int flags /* flags */ + unsigned int flags /* flags */ ) { NsfMethodContext *mcPtr;