mirror of
https://github.com/neovim/neovim.git
synced 2025-09-18 09:18:19 +00:00
Macro cleanup: FEAT_GUI_X11
This commit is contained in:

committed by
Justin M. Keyes

parent
bd819aaed0
commit
db9bcadb05
@@ -338,7 +338,7 @@ enum {
|
|||||||
* functions of these names. The declarations would break if the defines had
|
* 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
|
* been seen at that stage. But it must be before globals.h, where error_ga
|
||||||
* is declared. */
|
* 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 mch_errmsg(str) fprintf(stderr, "%s", (str))
|
||||||
# define display_errors() fflush(stderr)
|
# define display_errors() fflush(stderr)
|
||||||
# define mch_msg(str) printf("%s", (str))
|
# define mch_msg(str) printf("%s", (str))
|
||||||
|
Reference in New Issue
Block a user