Ignore:
Timestamp:
Sep 8, 2004, 4:43:30 AM (21 years ago)
Author:
bird
Message:

GNU Make 3.81beta1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gmake/file.c

    r54 r153  
    531531
    532532void
    533 set_command_state (struct file *file, int state)
     533set_command_state (struct file *file, enum cmd_state state)
    534534{
    535535  struct dep *d;
     
    759759  if (f->cmds != 0)
    760760    print_commands (f->cmds);
     761
     762  if (f->prev)
     763    print_file ((const void *) f->prev);
    761764}
    762765
Note: See TracChangeset for help on using the changeset viewer.