Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff probes.c @ 63:a6c442d52590
removed all inline, to see if -O3 works -- now -O0 broken too! will go back
| author | Me |
|---|---|
| date | Fri, 12 Nov 2010 08:42:25 -0800 |
| parents | 7b799a46cc87 |
| children |
line diff
1.1 --- a/probes.c Fri Nov 12 07:36:01 2010 -0800 1.2 +++ b/probes.c Fri Nov 12 08:42:25 2010 -0800 1.3 @@ -17,7 +17,7 @@ 1.4 1.5 //================================ STATS ==================================== 1.6 1.7 -inline TSCount getTSCount() 1.8 + TSCount getTSCount() 1.9 { unsigned int low, high; 1.10 TSCount out; 1.11
