Changeset 1863 for trunk/src/kmk/dep.h
- Timestamp:
- Oct 14, 2008, 11:46:23 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/dep.h
r1848 r1863 59 59 60 60 61 62 #ifndef CONFIG_WITH_ALLOC_CACHES 61 63 struct nameseq *multi_glob (struct nameseq *chain, unsigned int size); 64 #else 65 struct nameseq *multi_glob (struct nameseq *chain, struct alloccache *cache); 66 #endif 62 67 #ifdef VMS 63 68 struct nameseq *parse_file_seq (); 64 69 #else 70 # ifndef CONFIG_WITH_ALLOC_CACHES 65 71 struct nameseq *parse_file_seq (char **stringp, int stopchar, unsigned int size, int strip); 72 # else 73 struct nameseq *parse_file_seq (char **stringp, int stopchar, struct alloccache *cache, int strip); 74 # endif 66 75 #endif 67 76 char *tilde_expand (const char *name);
Note:
See TracChangeset
for help on using the changeset viewer.