forked from AuroraMiddleware/gtk
8a6dea2d55
* glib_pre1.h: * glib_pre2.h: * glib.h: this file now gets concatenated by makeglib_h from glib_pre1.h and glib_pre2.h to merge in glibconfig.h wich got created by configure (done by Jay Painter). * glib_pre2.h: the g_assert*() and g_return_*_fail() macros are wrapped by G_STMT_START and G_STMT_END now, to avoid conflicts when used within if (...) g_macro(); else ... conditionals. Gtk+: * fixed some compiler errors, because g_return_if_fail() wasn't used with a trailing semicolon in some places. fixed few other warnings also. -timj
23 lines
836 B
Plaintext
23 lines
836 B
Plaintext
Wed Dec 10 23:27:20 1997 Tim Janik <timj@psynet.net>
|
|
|
|
* glib_pre1.h:
|
|
* glib_pre2.h:
|
|
* glib.h: this file now gets concatenated by makeglib_h from
|
|
glib_pre1.h and glib_pre2.h to merge in glibconfig.h wich got
|
|
created by configure (done by Jay Painter).
|
|
|
|
* glib_pre2.h: the g_assert*() and g_return_*_fail() macros
|
|
are wrapped by G_STMT_START and G_STMT_END now, to avoid conflicts
|
|
when used within if (...) g_macro(); else ... conditionals.
|
|
|
|
Tue Dec 17 13:14:07 1996 Peter Mattis <pmattis@charnley.HIP.Berkeley.EDU>
|
|
|
|
* glib.h: Changed 'g_return_if_fail' and 'g_return_val_if_fail' to
|
|
not call 'g_string' but to simply stringify the
|
|
expression. Calling 'g_string' causes the expression to be
|
|
expanded which is undesired.
|
|
|
|
Sun Dec 1 01:30:48 1996 Peter Mattis <pmattis@charnley.HIP.Berkeley.EDU>
|
|
|
|
* Started ChangeLog
|