Changeset 2001 for trunk/src/kmk/remake.c
- Timestamp:
- Oct 29, 2008, 11:14:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/remake.c
r1994 r2001 902 902 int touched = 0; 903 903 DB (DB_JOBS, (_("notice_finished_file - entering: file=%p `%s' update_status=%d command_state=%d\n"), /* bird */ 904 file, file->name, file->update_status, file->command_state));904 (void *) file, file->name, file->update_status, file->command_state)); 905 905 906 906 file->command_state = cs_finished; … … 925 925 { 926 926 DB (DB_KMK, (_("not_parallel %d -> %d (file=%p `%s') [notice_finished_file]\n"), not_parallel, 927 not_parallel - 1, file, file->name));927 not_parallel - 1, (void *) file, file->name)); 928 928 assert(not_parallel >= 1); 929 929 --not_parallel;
Note:
See TracChangeset
for help on using the changeset viewer.