comparison src/gui_gtk_x11.c @ 11129:f4ea50924c6d v8.0.0452

patch 8.0.0452: some macros are in lower case commit https://github.com/vim/vim/commit/1c46544412382db8b3203d6c78e550df885540bd Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 12 20:10:05 2017 +0100 patch 8.0.0452: some macros are in lower case Problem: Some macros are in lower case. Solution: Make a few more macros upper case.
author Christian Brabandt <cb@256bit.org>
date Sun, 12 Mar 2017 20:15:06 +0100
parents 687833a3fadc
children 621e41f6dcc2
comparison
equal deleted inserted replaced
11128:23154628ab7f 11129:f4ea50924c6d
32 32
33 #ifdef FEAT_GUI_GNOME 33 #ifdef FEAT_GUI_GNOME
34 /* Gnome redefines _() and N_(). Grrr... */ 34 /* Gnome redefines _() and N_(). Grrr... */
35 # ifdef _ 35 # ifdef _
36 # undef _ 36 # undef _
37 # endif
38 # ifdef ngettext
39 # undef ngettext
40 # endif 37 # endif
41 # ifdef N_ 38 # ifdef N_
42 # undef N_ 39 # undef N_
43 # endif 40 # endif
44 # ifdef textdomain 41 # ifdef textdomain