diff options
Diffstat (limited to 'extension/gawkfts.h')
-rw-r--r-- | extension/gawkfts.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/extension/gawkfts.h b/extension/gawkfts.h index 755ef98e..7773b770 100644 --- a/extension/gawkfts.h +++ b/extension/gawkfts.h @@ -113,6 +113,14 @@ typedef struct _ftsent { char fts_name[1]; /* file name */ } FTSENT; +/* + * Due to the wonders of modern linkers, shared libraries, + * compilers and other deep, dark, black magic voodoo, we + * redefined the identifiers so our code will use our version + * of these routines. See README.fts for a little bit more + * information and a lot more ranting. + */ + #define fts_children gawk_fts_children #define fts_close gawk_fts_close #define fts_open gawk_fts_open |