projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3b1131
)
Fix minor bug in BeOS changes.
author
Jeff Law
<law@gcc.gnu.org>
Fri, 12 Dec 1997 08:50:19 +0000
(
01:50
-0700)
committer
Jeff Law
<law@gcc.gnu.org>
Fri, 12 Dec 1997 08:50:19 +0000
(
01:50
-0700)
From-SVN: r17068
gcc/toplev.c
patch
|
blob
|
history
diff --git
a/gcc/toplev.c
b/gcc/toplev.c
index d2c906cd59cc4f9c438036154a1dafb36ab6d9ae..7f95a7d11b3ecf40e92577e6d2fd53b27175757a 100644
(file)
--- a/
gcc/toplev.c
+++ b/
gcc/toplev.c
@@
-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;