diff options
author | Paul Smith <psmith@gnu.org> | 2000-01-22 05:59:28 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-01-22 05:59:28 +0000 |
commit | 74fca88bf3cfc802308018faf69b0231876c633c (patch) | |
tree | c0855e19eb5fad86544aa194577cf72e9f2ae739 /vmsfunctions.c | |
parent | 5577cdc2616262ae89c28cda49b5dd5449be472d (diff) | |
download | gunmake-74fca88bf3cfc802308018faf69b0231876c633c.tar.gz |
* More fixes to VMS by Hartmut Becker.
Diffstat (limited to 'vmsfunctions.c')
-rw-r--r-- | vmsfunctions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vmsfunctions.c b/vmsfunctions.c index a36630e..69ba28c 100644 --- a/vmsfunctions.c +++ b/vmsfunctions.c @@ -13,7 +13,7 @@ #include <fibdef.h> #include "vmsdir.h" -#if __VMS_VER < 70000000 +#ifdef HAVE_VMSDIR_H DIR * opendir (dspec) |