/* very temporary hack to get DW off its knees on 1/12/92 by [als] */
// Still here in '96  (:  gotta love temp hacks - Radix
int member_array(mixed el_match, mixed *arr)
{
// int i, bing;
   if(!el_match || !arr) return -1;
   return efun::member_array(el_match,arr);
}