diff options
author | 1996-04-27 19:40:47 +0000 | |
---|---|---|
committer | 1996-04-27 19:40:47 +0000 | |
commit | c26070a5a87b8b908afc23542b77914040a7b4e9 (patch) | |
tree | 77fba04cfe8deb71726e74ecfdd01a0609c31685 /gnu/usr.bin/cvs/lib/regex.c | |
parent | Bring forward the Amiga ISA support, and resolve a conflict with if_ed (diff) | |
download | wireguard-openbsd-c26070a5a87b8b908afc23542b77914040a7b4e9.tar.xz wireguard-openbsd-c26070a5a87b8b908afc23542b77914040a7b4e9.zip |
Latest public release from Cyclic; fixes numerous memory leaks and have
some performance improvements
Diffstat (limited to 'gnu/usr.bin/cvs/lib/regex.c')
-rw-r--r-- | gnu/usr.bin/cvs/lib/regex.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.bin/cvs/lib/regex.c b/gnu/usr.bin/cvs/lib/regex.c index 6cb25c31245..03fc721f38d 100644 --- a/gnu/usr.bin/cvs/lib/regex.c +++ b/gnu/usr.bin/cvs/lib/regex.c @@ -19,6 +19,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +/* Trying to define this in the makefile would get hairy, unless we can + more gracefully do it for NT, OS/2, unix, etc. */ +#define REGEX_MALLOC 1 + /* AIX requires this to be the first thing in the file. */ #if defined (_AIX) && !defined (REGEX_MALLOC) #pragma alloca |