Changeset 227 for trunk/src/gmake/job.h
- Timestamp:
- Feb 9, 2005, 11:21:34 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/job.h
r58 r227 58 58 #endif 59 59 char *sh_batch_file; /* Script file for shell commands */ 60 #if defined(CONFIG_WITH_KMK_BUILTIN) || defined(MAKE_DLLSHELL) 61 int status; /* Status of the job. */ 62 unsigned int have_status:1; /* Nonzero if status is available. */ 63 #endif 60 64 #ifdef MAKE_DLLSHELL 61 int status; /* Status of the job.62 Another thread might set this. */63 char dllshell_done; /* Nonzero if executed thru a dll shell.64 Another thread might set this. */65 65 unsigned int dllshelled:1; /* Nonzero if executed thru dllshell. */ 66 66 #endif
Note:
See TracChangeset
for help on using the changeset viewer.