diff options
Diffstat (limited to 'src/regex/regmatch_t.h')
| -rw-r--r-- | src/regex/regmatch_t.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/regex/regmatch_t.h b/src/regex/regmatch_t.h deleted file mode 100644 index 0525530a..00000000 --- a/src/regex/regmatch_t.h +++ /dev/null @@ -1,10 +0,0 @@ -#include <regex.h> - -typedef struct { - regoff_t rm_so; - regoff_t rm_eo; -} regmatch_t; -/* -POSIX(2) -*/ - |
