Message-ID: <
4770FA02.2080800@gmail.com>
p4raw-id: //depot/perl@32723
register HENT *entry;
if (!tb)
- return Nullstr;
+ return NULL;
for (s=key, i=0, hash = 0;
/* while */ *s;
s++, i++, hash *= 5) {
continue;
return entry->hent_val;
}
- return Nullstr;
+ return NULL;
}
bool