Changeset 1440 for trunk/src/kmk/commands.h
- Timestamp:
- Mar 30, 2008, 6:13:55 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/commands.h
r903 r1440 26 26 unsigned int ncommand_lines;/* Number of command lines. */ 27 27 char **command_lines; /* Commands chopped up into lines. */ 28 #ifdef CONFIG_WITH_COMMANDS_FUNC 29 short *lines_flags; /* One set of flag bits for each line. */ 30 #else 28 31 char *lines_flags; /* One set of flag bits for each line. */ 32 #endif 29 33 int any_recurse; /* Nonzero if any `lines_recurse' elt has */ 30 34 /* the COMMANDS_RECURSE bit set. */ … … 42 46 # define COMMANDS_KMK_BUILTIN 128 /* kmk: kmk builtin command. */ 43 47 #endif 48 #ifdef CONFIG_WITH_COMMANDS_FUNC 49 # define COMMAND_GETTER_SKIP_IT 256 /* $(commands target) skips this: % */ 50 #endif 44 51 45 52 void execute_file_commands (struct file *file);
Note:
See TracChangeset
for help on using the changeset viewer.