diff options
Diffstat (limited to 'src/regexp/loc1.c')
-rw-r--r-- | src/regexp/loc1.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/regexp/loc1.c b/src/regexp/loc1.c index a827edbe..16061d27 100644 --- a/src/regexp/loc1.c +++ b/src/regexp/loc1.c @@ -1,3 +1,5 @@ +#if 0 + #include <regexp.h> char *loc1; @@ -5,3 +7,6 @@ char *loc1; /* XOPEN(4,600) */ + + +#endif |