We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d05040 commit 009c7b2Copy full SHA for 009c7b2
src/gui_gtk.c
@@ -51,6 +51,9 @@
51
# ifdef _
52
# undef _
53
# endif
54
+# ifdef ngettext
55
+# undef ngettext
56
+# endif
57
# ifdef N_
58
# undef N_
59
src/gui_gtk_x11.c
@@ -35,6 +35,9 @@
35
36
37
38
39
40
41
42
43
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 162,
769
/**/
770
161,
771
0 commit comments