Changeset 903 for trunk/src/gmakenew/commands.h
- Timestamp:
- May 23, 2007, 7:31:19 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmakenew/commands.h
r520 r903 43 43 #endif 44 44 45 extern void execute_file_commands PARAMS ((struct file *file));46 extern void print_commands PARAMS ((struct commands *cmds));47 extern void delete_child_targets PARAMS ((struct child *child));48 extern void chop_commands PARAMS ((struct commands *cmds));49 extern void set_file_variables PARAMS ((struct file *file));45 void execute_file_commands (struct file *file); 46 void print_commands (const struct commands *cmds); 47 void delete_child_targets (struct child *child); 48 void chop_commands (struct commands *cmds); 49 void set_file_variables (struct file *file);
Note:
See TracChangeset
for help on using the changeset viewer.