diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-12 21:58:40 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-12 21:58:40 +0000 |
commit | 5b962cf71c87f5d23408bac83c8a526b901daa3f (patch) | |
tree | 0105ddcc2ab582365acddeb7892516eec1bbad0b /src/feature.h | |
parent | 63a121b750c186db52de3d3ffbe016b89df8970b (diff) | |
download | vim-git-5b962cf71c87f5d23408bac83c8a526b901daa3f.tar.gz |
updated for version 7.0168
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 6abc0ed35..69a784e44 100644 --- a/src/feature.h +++ b/src/feature.h @@ -972,7 +972,7 @@ * +mouse Any mouse support (any of the above enabled). */ /* OS/2 and Amiga console have no mouse support */ -#if (!defined(AMIGA) && !defined(OS2) && !defined(MACOS)) +#if !defined(AMIGA) && !defined(OS2) # ifdef FEAT_NORMAL # define FEAT_MOUSE_XTERM # endif |