diff options
Diffstat (limited to 'src/regex/REG_NEWLINE.h')
-rw-r--r-- | src/regex/REG_NEWLINE.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/regex/REG_NEWLINE.h b/src/regex/REG_NEWLINE.h new file mode 100644 index 00000000..a77ca4f3 --- /dev/null +++ b/src/regex/REG_NEWLINE.h @@ -0,0 +1,6 @@ +#include <regex.h> +#define REG_NEWLINE (1<<3) +/* +POSIX(2) +*/ + |