Changeset 280 in kBuild for branches/GNU/src/gmake/dep.h
- Timestamp:
- May 16, 2005 4:54:02 PM (19 years ago)
- Location:
- branches/GNU/src/gmake
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gmake
- Property svn:ignore
-
old new 34 34 README.DOS 35 35 README.W32 36 README.OS2 36 37 aclocal.m4 37 38 autom4te.cache
-
- Property svn:ignore
-
branches/GNU/src/gmake/dep.h
r54 r280 41 41 unsigned int changed : 8; 42 42 unsigned int ignore_mtime : 1; 43 unsigned int need_2nd_expansion : 1; 43 44 }; 44 45 … … 73 74 74 75 extern struct dep *copy_dep_chain PARAMS ((struct dep *d)); 76 extern void free_ns_chain PARAMS ((struct nameseq *n)); 75 77 extern struct dep *read_all_makefiles PARAMS ((char **makefiles)); 76 78 extern int eval_buffer PARAMS ((char *buffer)); 77 extern int update_goal_chain PARAMS ((struct dep *goals , int makefiles));79 extern int update_goal_chain PARAMS ((struct dep *goals)); 78 80 extern void uniquize_deps PARAMS ((struct dep *));
Note:
See TracChangeset
for help on using the changeset viewer.

