Changeset 2001 for trunk/src/kmk/job.c
- Timestamp:
- Oct 29, 2008, 11:14:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/job.c
r1996 r2001 2103 2103 { 2104 2104 DB (DB_KMK, (_("not_parallel %d -> %d (file=%p `%s') [start_waiting_jobs]\n"), 2105 not_parallel, not_parallel - 1, job->file, job->file->name));2105 not_parallel, not_parallel - 1, (void *) job->file, job->file->name)); 2106 2106 assert(not_parallel > 0); 2107 2107 --not_parallel;
Note:
See TracChangeset
for help on using the changeset viewer.