diff options
author | Sebastian Wilhelmi <wilhelmi@ira.uka.de> | 2002-07-04 15:19:30 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2002-07-04 15:19:30 +0000 |
commit | d81ac5339fcf9537a3731ebb5770238f4fa69d59 (patch) | |
tree | add2dc1c3b2c99c0e1fd5eeec8875c47549a5fb5 /tests/libmoduletestplugin_b.c | |
parent | 852ed69e87674a027ad8b945d8b63e9249256e61 (diff) |
Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN throughout the
2002-07-04 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* tests/*.c: Added #undef G_DISABLE_ASSERT and #undef G_LOG_DOMAIN
throughout the files, which didn't already have them. (#87312)
Diffstat (limited to 'tests/libmoduletestplugin_b.c')
-rw-r--r-- | tests/libmoduletestplugin_b.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/libmoduletestplugin_b.c b/tests/libmoduletestplugin_b.c index a9df3dda8..26e065d6c 100644 --- a/tests/libmoduletestplugin_b.c +++ b/tests/libmoduletestplugin_b.c @@ -24,6 +24,9 @@ * GLib at ftp://ftp.gtk.org/pub/gtk/. */ +#undef G_DISABLE_ASSERT +#undef G_LOG_DOMAIN + #include <gmodule.h> G_MODULE_EXPORT gchar* gplugin_b_state; |