~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to extension/gawkfts.c

Add default defn's for constants in extension files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
 
140
140
#define _DIAGASSERT(expression)
141
141
 
 
142
#ifndef MAXPATHLEN
 
143
#define MAXPATHLEN      1024    /* a guess */
 
144
#endif
 
145
 
142
146
FTS *
143
147
fts_open(char * const *argv, int options,
144
148
    int (*compar)(const FTSENT **, const FTSENT **))