summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/lib/regex.c
diff options
context:
space:
mode:
authortholo <tholo@openbsd.org>1996-04-27 19:40:47 +0000
committertholo <tholo@openbsd.org>1996-04-27 19:40:47 +0000
commitc26070a5a87b8b908afc23542b77914040a7b4e9 (patch)
tree77fba04cfe8deb71726e74ecfdd01a0609c31685 /gnu/usr.bin/cvs/lib/regex.c
parentBring forward the Amiga ISA support, and resolve a conflict with if_ed (diff)
downloadwireguard-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.c4
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