diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-11-01 17:12:57 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-11-01 17:12:57 +0000 |
commit | 5a6404cff47a7d35da10ada4d57ec9eb15c1dfab (patch) | |
tree | b97780b30f44153c396036e2274bc4d5e554c590 /src/feature.h | |
parent | 219b87038a8ae7e0731677ed265779f3273a5cfa (diff) | |
download | vim-git-5a6404cff47a7d35da10ada4d57ec9eb15c1dfab.tar.gz |
updated for version 7.0-156v7.0.156
Diffstat (limited to 'src/feature.h')
-rw-r--r-- | src/feature.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature.h b/src/feature.h index 2d49b5c41..c23ade4cc 100644 --- a/src/feature.h +++ b/src/feature.h @@ -1133,7 +1133,7 @@ /* * +ARP Amiga only. Use arp.library, DOS 2.0 is not required. */ -#ifndef NO_ARP +#if !defined(NO_ARP) && !defined(__amigaos4__) # define FEAT_ARP #endif |