comparison src/gui_gtk.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 506f5d8b7d8b
children 9b1077d33c68
comparison
equal deleted inserted replaced
11128:23154628ab7f 11129:f4ea50924c6d
48 48
49 #ifdef FEAT_GUI_GNOME 49 #ifdef FEAT_GUI_GNOME
50 /* Gnome redefines _() and N_(). Grrr... */ 50 /* Gnome redefines _() and N_(). Grrr... */
51 # ifdef _ 51 # ifdef _
52 # undef _ 52 # undef _
53 # endif
54 # ifdef ngettext
55 # undef ngettext
56 # endif 53 # endif
57 # ifdef N_ 54 # ifdef N_
58 # undef N_ 55 # undef N_
59 # endif 56 # endif
60 # ifdef textdomain 57 # ifdef textdomain