Ignore:
Timestamp:
May 23, 2007, 7:31:19 AM (18 years ago)
Author:
bird
Message:

Merged with the 2007-05-23 CVS. Added rsort and fixed a couple of windows build issues.

File:
1 edited

Legend:

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

    r520 r903  
    4343#endif
    4444
    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));
     45void execute_file_commands (struct file *file);
     46void print_commands (const struct commands *cmds);
     47void delete_child_targets (struct child *child);
     48void chop_commands (struct commands *cmds);
     49void set_file_variables (struct file *file);
Note: See TracChangeset for help on using the changeset viewer.