diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-09 21:53:17 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-12-09 21:53:17 +0200 |
commit | caf62f0dad3e07f873b6a80322d11759427d4cae (patch) | |
tree | 229563e51ff30c39df427b31fce0d480be5ddb0f /regex.c | |
parent | 28f187d2b3871c0e76d301b51c4b4855bd3c56e4 (diff) | |
download | egawk-caf62f0dad3e07f873b6a80322d11759427d4cae.tar.gz egawk-caf62f0dad3e07f873b6a80322d11759427d4cae.tar.bz2 egawk-caf62f0dad3e07f873b6a80322d11759427d4cae.zip |
VMS changes.
Diffstat (limited to 'regex.c')
-rw-r--r-- | regex.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |