55
66#ifndef G_OPTION_ENTRY_NULL
77# define G_OPTION_ENTRY_NULL { NULL, '\0', 0, 0, NULL, NULL, NULL }
8- #endif // G_OPTION_ENTRY_NULL
8+ #endif
99
1010/*** enums ***************************************************************************************/
1111
1818#if !GLIB_CHECK_VERSION (2 , 54 , 0 )
1919gboolean g_ptr_array_find_with_equal_func (GPtrArray * haystack , gconstpointer needle ,
2020 GEqualFunc equal_func , guint * index_ );
21- #endif // ! GLIB_CHECK_VERSION (2, 54, 0)
21+ #endif
2222
2323#if !GLIB_CHECK_VERSION (2 , 63 , 3 )
2424void g_clear_slist (GSList * * slist_ptr , GDestroyNotify destroy );
2525void g_clear_list (GList * * list_ptr , GDestroyNotify destroy );
26- #endif // ! GLIB_CHECK_VERSION (2, 63, 3)
26+ #endif
2727
2828#if !GLIB_CHECK_VERSION (2 , 60 , 0 )
2929void g_queue_clear_full (GQueue * queue , GDestroyNotify free_func );
30- #endif // ! GLIB_CHECK_VERSION (2, 60, 0)
30+ #endif
3131
3232#if !GLIB_CHECK_VERSION (2 , 77 , 0 )
3333GString * g_string_new_take (char * init );
34- #endif // ! GLIB_CHECK_VERSION (2, 77, 0)
34+ #endif
3535
3636/* There is no such API in GLib2 */
3737GString * mc_g_string_copy (GString * dest , const GString * src );
@@ -44,4 +44,4 @@ GString *mc_g_string_append_c_len (GString *s, gchar c, guint len);
4444
4545/*** inline functions ****************************************************************************/
4646
47- #endif // MC_GLIBCOMPAT_H
47+ #endif
0 commit comments