Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff probes.h @ 78:521c75d64cef
Version before optimization
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Mon, 04 Jul 2011 19:45:43 +0200 |
| parents | 9ddbb071142d |
| children | c11b9dcf6d24 0320b49ca013 |
line diff
1.1 --- a/probes.h Wed Jun 22 16:12:27 2011 +0200 1.2 +++ b/probes.h Mon Jul 04 19:45:43 2011 +0200 1.3 @@ -124,8 +124,8 @@ 1.4 1.5 void 1.6 VMS_impl__print_stats_of_all_probes(); 1.7 -#define VMS__print_stats_of_all_probes \ 1.8 - VMS_impl__print_stats_of_all_probes 1.9 +#define VMS__print_stats_of_all_probes() \ 1.10 + VMS_impl__print_stats_of_all_probes() 1.11 1.12 1.13 #else
