Mercurial > cgi-bin > hgwebdir.cgi > VMS > VMS_Implementations > VMS_impls > VMS__MC_shared_impl
diff dependency.h @ 130:5475f90c248a
fix outputs (dependency file creation, counter length)
| author | Nina Engelhardt |
|---|---|
| date | Wed, 07 Sep 2011 13:26:30 +0200 |
| parents | ce02441b77cf |
| children |
line diff
1.1 --- a/dependency.h Mon Aug 29 19:12:06 2011 +0200 1.2 +++ b/dependency.h Wed Sep 07 13:26:30 2011 +0200 1.3 @@ -26,7 +26,7 @@ 1.4 1.5 int set_dependency_file(FILE* file); 1.6 1.7 -void print_dependency_to_file(Dependency* dep); 1.8 +void print_dependency_to_file(void* dep); 1.9 1.10 #endif /* DEPENDENCY_H */ 1.11
