diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-06-30 21:56:01 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-06-30 21:56:01 +0000 |
commit | e6b165e0f4f70d22a4fbcc5c9a1818417bdb1b04 (patch) | |
tree | 584373ca902692085457b72a232ad58956987f6e /src/gui.h | |
parent | 9c96f592af7a88e63ebf63f82d1b36b3954af401 (diff) | |
download | vim-git-e6b165e0f4f70d22a4fbcc5c9a1818417bdb1b04.tar.gz |
updated for version 7.0098
Diffstat (limited to 'src/gui.h')
-rw-r--r-- | src/gui.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -7,10 +7,6 @@ * Do ":help credits" in Vim to see a list of people who contributed. */ -/* For debugging */ -/* #define D(x) printf x; */ -#define D(x) - #ifdef FEAT_GUI_MOTIF # define FEAT_GUI_X11 # include <Xm/Xm.h> |