qulogic/libgnt

Remove redefinition of G_GNUC_NULL_TERMINATED.
release-2.x.y
2019-05-14, Elliott Sales de Andrade
bdffa2282280
Parents f8b0df9a1ddf
Children 387e1769bc11
Remove redefinition of G_GNUC_NULL_TERMINATED.

This was added in GLib 2.8; we require 2.16.
--- a/gntinternal.h Tue May 14 00:46:55 2019 -0400
+++ b/gntinternal.h Tue May 14 00:47:29 2019 -0400
@@ -32,14 +32,6 @@
# define gnt_warning g_warning
#endif
-#ifndef G_GNUC_NULL_TERMINATED
-# if defined(__GNUC__) && __GNUC__ >= 4
-# define G_GNUC_NULL_TERMINATED __attribute__((__sentinel__))
-# else
-# define G_GNUC_NULL_TERMINATED
-# endif
-#endif
-
extern int gnt_need_conversation_to_locale;
extern const char *C_(const char *x);