Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
changeset 121:73acc2140742
merged Stefans test head
| author | Merten Sach <msach@mailbox.tu-berlin.de> |
|---|---|
| date | Wed, 07 Sep 2011 12:02:56 +0200 |
| parents | ac11b50220bd 3234c67db984 |
| children | 11740002decf 7cff4e13d5c4 |
| files | |
| diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/.hgignore Wed Sep 07 12:02:56 2011 +0200 1.3 @@ -0,0 +1,3 @@ 1.4 +syntax: glob 1.5 + 1.6 +*.o
2.1 --- a/probes.c Tue Aug 30 21:55:04 2011 -0700 2.2 +++ b/probes.c Wed Sep 07 12:02:56 2011 +0200 2.3 @@ -338,7 +338,7 @@ 2.4 void 2.5 generic_print_probe( void *_probe ) 2.6 { 2.7 - IntervalProbe *probe = (IntervalProbe *)_probe; 2.8 + //IntervalProbe *probe = (IntervalProbe *)_probe; 2.9 2.10 //TODO segfault in printf 2.11 //print_probe_helper( probe );
