Ignore:
Timestamp:
May 23, 2007, 5:13:11 AM (18 years ago)
Author:
bird
Message:

Load /home/bird/src/Gnu/make/2007-05-23 into vendor/gnumake/current.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/gnumake/current/commands.h

    r501 r900  
    3636#define COMMANDS_NOERROR        4 /* No errors: -.  */
    3737
    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));
     38void execute_file_commands (struct file *file);
     39void print_commands (const struct commands *cmds);
     40void delete_child_targets (struct child *child);
     41void chop_commands (struct commands *cmds);
     42void set_file_variables (struct file *file);
Note: See TracChangeset for help on using the changeset viewer.