summaryrefslogtreecommitdiff
path: root/src/re_comp/re_comp.c
blob: b6b7e7d4c71df2ba5ebc46a74d803fd0891e5f56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#if 0

#include <re_comp.h>

char *re_comp(const char *string)
{
	return string;
}

/*
XOPEN(400,600)
*/


#endif