Changeset 227 for trunk/src/gmake/job.h


Ignore:
Timestamp:
Feb 9, 2005, 11:21:34 AM (20 years ago)
Author:
bird
Message:

builtin stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/job.h

    r58 r227  
    5858#endif
    5959    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
    6064#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. */
    6565    unsigned int dllshelled:1;  /* Nonzero if executed thru dllshell. */
    6666#endif
Note: See TracChangeset for help on using the changeset viewer.