diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-10-02 01:33:28 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-10-02 01:33:28 +0000 |
| commit | c6acecdc95de9195b46a1767ec6318818c52726c (patch) | |
| tree | eab6a15f7e9cd40928ea07e3ce7ef065405c3146 /lib/libedit/sys.h | |
| parent | 21abf3d3ce98c4cc184386997d3ce101899920ed (diff) | |
Notes
Diffstat (limited to 'lib/libedit/sys.h')
| -rw-r--r-- | lib/libedit/sys.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libedit/sys.h b/lib/libedit/sys.h index cc260f5791a0..eccf30dca300 100644 --- a/lib/libedit/sys.h +++ b/lib/libedit/sys.h @@ -76,10 +76,11 @@ typedef char* ioctl_t; #endif #include <stdio.h> -#define REGEXP +#define REGEXEC +#undef REGEXP #ifdef SUNOS -# undef REGEXP +# undef REGEXEC # include <malloc.h> typedef void (*sig_t)__P((int)); # ifdef __GNUC__ |
