C++ doesn't allow variables to be declared without a type, use 'int' as
a default.
This commit is contained in:
@@ -1807,7 +1807,7 @@ int DtMail::MailRc::hash_index(char *key)
|
|||||||
{
|
{
|
||||||
register unsigned h;
|
register unsigned h;
|
||||||
register char *s;
|
register char *s;
|
||||||
register c;
|
register int c;
|
||||||
|
|
||||||
s = key;
|
s = key;
|
||||||
h = 0;
|
h = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user