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/filedef.h

    r54 r153  
    6666                                   or -1 if none has been made.  */
    6767
    68     enum                        /* State of the commands.  */
     68    enum cmd_state              /* State of the commands.  */
    6969      {         /* Note: It is important that cs_not_started be zero.  */
    7070        cs_not_started,         /* Not yet started.  */
     
    109109extern void rename_file PARAMS ((struct file *file, char *name));
    110110extern void rehash_file PARAMS ((struct file *file, char *name));
    111 extern void set_command_state PARAMS ((struct file *file, int state));
     111extern void set_command_state PARAMS ((struct file *file, enum cmd_state state));
    112112extern void notice_finished_file PARAMS ((struct file *file));
    113113extern void init_hash_files PARAMS ((void));
Note: See TracChangeset for help on using the changeset viewer.