Ignore:
Timestamp:
Dec 12, 2005, 4:07:31 AM (20 years ago)
Author:
bird
Message:

Fixed not_parallel assertion in notice_finished_file.

File:
1 edited

Legend:

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

    r287 r352  
    3636#define COMMANDS_SILENT         2 /* Silent: @.  */
    3737#define COMMANDS_NOERROR        4 /* No errors: -.  */
    38 #define COMMANDS_NOTPARALLEL    32 /* kmk: the commands must be executed alone. */
    39 #define COMMANDS_BUILTIN        64 /* kmk: builtin command. */
     38#define COMMANDS_NOTPARALLEL   32 /* kmk: the commands must be executed alone. */
     39#define COMMANDS_BUILTIN       64 /* kmk: builtin command. */
     40#define COMMANDS_NO_COMMANDS  128 /* kmk: No commands. */
    4041
    4142extern void execute_file_commands PARAMS ((struct file *file));
Note: See TracChangeset for help on using the changeset viewer.