Remove C++ comment

This commit is contained in:
Matthias Clasen 2006-01-30 04:19:07 +00:00
parent e70a6c4be9
commit 8ff5b7f920
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2006-01-29 Matthias Clasen <mclasen@redhat.com>
* gclosure.c: Remove C++ comment.
2006-01-27 Matthias Clasen <mclasen@redhat.com>
* === Released 2.9.5 ===

View File

@ -68,7 +68,7 @@ G_STMT_START {
#define DEC(_closure, _field) CHANGE_FIELD (_closure, _field, -=, 1, TRUE, (void), (void) )
#define DEC_ASSIGN(_closure, _field, _newv) CHANGE_FIELD (_closure, _field, -=, 1, TRUE, (void), *(_newv) = )
#if 0 // for non-thread-safe closures
#if 0 /* for non-thread-safe closures */
#define SWAP(cl,f,v,o) (void) (*(o) = cl->f, cl->f = v)
#define SET(cl,f,v) (void) (cl->f = v)
#define INC(cl,f) (void) (cl->f += 1)

View File

@ -228,7 +228,7 @@ notify (GObject *object, GParamSpec *spec, gpointer user_data)
gint value;
g_object_get (object, "test-prop", &value, NULL);
//g_print ("+ %d", value);
/*g_print ("+ %d", value);*/
}
int