Function set_flag:
Defined in module flags (file: /std/object/flags.c)


set_flag(which) sets a given flag to 1.  'which'
includes information both about which flag set and which bit.

Prototype:
nomask void set_flag(int which);
