Make g_assert and g_assert_not_reached use the same entry point
authorMatthias Clasen <mclasen@redhat.com>
Sat, 2 Feb 2013 17:47:54 +0000 (12:47 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 17 Aug 2013 21:25:57 +0000 (17:25 -0400)
commita32c9c7e9c9500f151ccae602d92f88e43d8df45
treeaadd6133ae62e4228785db4c91f7e43cf7544d9e
parent19aafc4ca4dba2b63d24f01d23890ff30ef9b133
Make g_assert and g_assert_not_reached use the same entry point

These two assertion macros are commonly used outside tests,
so we can't repurpose them, as we are going to do with the
other assertion macros in the following commits. This
change is in preparation for that.

https://bugzilla.gnome.org/show_bug.cgi?id=692125
glib/gtestutils.c
glib/gtestutils.h