Commit 332c1bb4 by Jeff Law

Fix minor bug in BeOS changes.

From-SVN: r17068
parent c3b11311
......@@ -1019,6 +1019,9 @@ get_run_time ()
if (quiet_flag)
return 0;
#ifdef __BEOS__
return 0;
#else /* not BeOS */
#if defined (_WIN32) && !defined (__CYGWIN32__)
if (clock() < 0)
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment