From 409d03b9da08d3e3f158b0d41efd928b331e898e Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 9 Feb 2019 13:24:57 -0500 Subject: merge XOPEN identifiers --- src/regexp/compile.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/regexp/compile.c (limited to 'src/regexp/compile.c') diff --git a/src/regexp/compile.c b/src/regexp/compile.c new file mode 100644 index 00000000..a7511cb9 --- /dev/null +++ b/src/regexp/compile.c @@ -0,0 +1,12 @@ +#include + +# define _XOPEN_LEGACY 500 + +char *compile(char *instring, char *expbuf, const char *endbuf, int eof) +{ + return 0; +} + +/* +XOPEN(4,600) +*/ -- cgit v1.2.1