diff options
Diffstat (limited to 'src/regexp/locs.c')
-rw-r--r-- | src/regexp/locs.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/regexp/locs.c b/src/regexp/locs.c index b0e7e195..9f06d927 100644 --- a/src/regexp/locs.c +++ b/src/regexp/locs.c @@ -1,5 +1,10 @@ +#if 0 + #include <regexp.h> char *locs; /* XOPEN(4,600) */ + + +#endif |