Changeset 900 for vendor/gnumake/current/commands.h
- Timestamp:
- May 23, 2007, 5:13:11 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/gnumake/current/commands.h
r501 r900 36 36 #define COMMANDS_NOERROR 4 /* No errors: -. */ 37 37 38 extern void execute_file_commands PARAMS ((struct file *file));39 extern void print_commands PARAMS ((struct commands *cmds));40 extern void delete_child_targets PARAMS ((struct child *child));41 extern void chop_commands PARAMS ((struct commands *cmds));42 extern void set_file_variables PARAMS ((struct file *file));38 void execute_file_commands (struct file *file); 39 void print_commands (const struct commands *cmds); 40 void delete_child_targets (struct child *child); 41 void chop_commands (struct commands *cmds); 42 void set_file_variables (struct file *file);
Note:
See TracChangeset
for help on using the changeset viewer.