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


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

Prototype:
nomask void clear_flag(int which);
