Make main() return int explicitly.

This commit is contained in:
wtc%netscape.com 2000-08-08 21:33:51 +00:00
parent 4c09a29ac5
commit 0a8c15efe3

View File

@ -541,7 +541,7 @@ static void Measure(void (*func)(void), const char *msg)
}
main(int argc, char **argv)
int main(int argc, char **argv)
{
/* The command line argument: -d is used to determine if the test is being run
in debug mode. The regress tool requires only one line output:PASS or FAIL.