mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-12 05:39:21 +01:00
Add parenthesis to protect macro argument. Spotted by Sam Couter"
2002-07-01 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib/garray.h: Add parenthesis to protect macro argument. Spotted by Sam Couter" <sam@topic.com.au>. (#86826)
This commit is contained in:
parent
f6ccf00fed
commit
627926a6cf
@ -1,3 +1,8 @@
|
||||
2002-07-01 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib/garray.h: Add parenthesis to protect macro
|
||||
argument. Spotted by Sam Couter" <sam@topic.com.au>. (#86826)
|
||||
|
||||
2002-06-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib/gmessages.h (g_assert, g_assert_not_reached,
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-07-01 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib/garray.h: Add parenthesis to protect macro
|
||||
argument. Spotted by Sam Couter" <sam@topic.com.au>. (#86826)
|
||||
|
||||
2002-06-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib/gmessages.h (g_assert, g_assert_not_reached,
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-07-01 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib/garray.h: Add parenthesis to protect macro
|
||||
argument. Spotted by Sam Couter" <sam@topic.com.au>. (#86826)
|
||||
|
||||
2002-06-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib/gmessages.h (g_assert, g_assert_not_reached,
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-07-01 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib/garray.h: Add parenthesis to protect macro
|
||||
argument. Spotted by Sam Couter" <sam@topic.com.au>. (#86826)
|
||||
|
||||
2002-06-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib/gmessages.h (g_assert, g_assert_not_reached,
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-07-01 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib/garray.h: Add parenthesis to protect macro
|
||||
argument. Spotted by Sam Couter" <sam@topic.com.au>. (#86826)
|
||||
|
||||
2002-06-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib/gmessages.h (g_assert, g_assert_not_reached,
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-07-01 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib/garray.h: Add parenthesis to protect macro
|
||||
argument. Spotted by Sam Couter" <sam@topic.com.au>. (#86826)
|
||||
|
||||
2002-06-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib/gmessages.h (g_assert, g_assert_not_reached,
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-07-01 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib/garray.h: Add parenthesis to protect macro
|
||||
argument. Spotted by Sam Couter" <sam@topic.com.au>. (#86826)
|
||||
|
||||
2002-06-28 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* glib/gmessages.h (g_assert, g_assert_not_reached,
|
||||
|
@ -99,7 +99,7 @@ void g_array_sort_with_data (GArray *array,
|
||||
* cleared spot and shortens the array. remove_fast will again distort
|
||||
* order.
|
||||
*/
|
||||
#define g_ptr_array_index(array,index) (array->pdata)[index]
|
||||
#define g_ptr_array_index(array,index) ((array)->pdata)[index]
|
||||
GPtrArray* g_ptr_array_new (void);
|
||||
GPtrArray* g_ptr_array_sized_new (guint reserved_size);
|
||||
gpointer* g_ptr_array_free (GPtrArray *array,
|
||||
|
Loading…
x
Reference in New Issue
Block a user