aboutsummaryrefslogtreecommitdiffstats
path: root/regex.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-12-09 21:53:17 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-12-09 21:53:17 +0200
commitcaf62f0dad3e07f873b6a80322d11759427d4cae (patch)
tree229563e51ff30c39df427b31fce0d480be5ddb0f /regex.c
parent28f187d2b3871c0e76d301b51c4b4855bd3c56e4 (diff)
downloadegawk-caf62f0dad3e07f873b6a80322d11759427d4cae.tar.gz
egawk-caf62f0dad3e07f873b6a80322d11759427d4cae.tar.bz2
egawk-caf62f0dad3e07f873b6a80322d11759427d4cae.zip
VMS changes.
Diffstat (limited to 'regex.c')
-rw-r--r--regex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/regex.c b/regex.c
index 5ce79e09..ec2ba1f6 100644
--- a/regex.c
+++ b/regex.c
@@ -57,7 +57,9 @@
#include <limits.h>
/* This header defines the MIN and MAX macros. */
+#ifndef VMS
#include <sys/param.h>
+#endif /* VMS */
#ifdef GAWK
#undef alloca