diff options
Diffstat (limited to 'backendC/CleanCompilerSources/mac.h')
-rw-r--r-- | backendC/CleanCompilerSources/mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backendC/CleanCompilerSources/mac.h b/backendC/CleanCompilerSources/mac.h index 9b55823..07aea6a 100644 --- a/backendC/CleanCompilerSources/mac.h +++ b/backendC/CleanCompilerSources/mac.h @@ -66,5 +66,5 @@ extern int open_dcl_file_for_block_reading (char *fname,File *file_p); extern int read_next_block_from_dcl_file (char *buffer); #if WRITE_DCL_MODIFICATION_TIME -extern int open_dcl_file_for_block_reading_with_file_time (char *file_name,File *file_p,unsigned long *file_time_p); +extern int open_dcl_file_for_block_reading_with_file_time (char *file_name,File *file_p,FileTime *file_time_p); #endif
\ No newline at end of file |