From db9bcadb0585b1a94031350263d185e7974bf0b1 Mon Sep 17 00:00:00 2001 From: Hettomei Date: Fri, 8 May 2015 14:41:02 +0200 Subject: Macro cleanup: FEAT_GUI_X11 --- src/nvim/vim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvim/vim.h b/src/nvim/vim.h index 5e424f5375..446d1e0265 100644 --- a/src/nvim/vim.h +++ b/src/nvim/vim.h @@ -338,7 +338,7 @@ enum { * functions of these names. The declarations would break if the defines had * been seen at that stage. But it must be before globals.h, where error_ga * is declared. */ -#if !defined(FEAT_GUI_X11) && !defined(FEAT_GUI_MAC) +#if !defined(FEAT_GUI_MAC) # define mch_errmsg(str) fprintf(stderr, "%s", (str)) # define display_errors() fflush(stderr) # define mch_msg(str) printf("%s", (str)) -- cgit