Changeset 153 for branches/GNU/src/gmake/filedef.h
- Timestamp:
- Sep 8, 2004, 4:43:30 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gmake/filedef.h
r54 r153 66 66 or -1 if none has been made. */ 67 67 68 enum 68 enum cmd_state /* State of the commands. */ 69 69 { /* Note: It is important that cs_not_started be zero. */ 70 70 cs_not_started, /* Not yet started. */ … … 109 109 extern void rename_file PARAMS ((struct file *file, char *name)); 110 110 extern void rehash_file PARAMS ((struct file *file, char *name)); 111 extern void set_command_state PARAMS ((struct file *file, intstate));111 extern void set_command_state PARAMS ((struct file *file, enum cmd_state state)); 112 112 extern void notice_finished_file PARAMS ((struct file *file)); 113 113 extern void init_hash_files PARAMS ((void));
Note:
See TracChangeset
for help on using the changeset viewer.