diff options
Diffstat (limited to 'dep.h')
-rw-r--r-- | dep.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -62,6 +62,8 @@ struct nameseq #define PARSE_FILE_SEQ(_s,_t,_c,_p,_f) \ (_t *)parse_file_seq ((_s),sizeof (_t),(_c),(_p),(_f)) +#define PARSE_SIMPLE_SEQ(_s,_t) \ + (_t *)parse_file_seq ((_s),sizeof (_t),MAP_NUL,NULL,PARSEFS_NONE) #ifdef VMS void *parse_file_seq (); |