mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
[tests] Remove C++ style comments
It makes the IBM XL C Compiler (the 'native' non-free compiler on the AIX 5.3 and 6.1 platform) stop compiling with syntax error. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=581300 Signed-off-by: Javier Jardón <jjardon@gnome.org>
This commit is contained in:
committed by
Javier Jardón
parent
6c3551fedb
commit
7693b0af44
@@ -42,7 +42,7 @@ thread_func (void *arg)
|
||||
{
|
||||
struct ThreadData *td = arg;
|
||||
int i;
|
||||
// g_print ("Thread %d starting\n", td->thread_id);
|
||||
/* g_print ("Thread %d starting\n", td->thread_id); */
|
||||
for (i = 0; i < N_ALLOCS; i++)
|
||||
{
|
||||
if (rand() % (N_ALLOCS / 20) == 0)
|
||||
|
Reference in New Issue
Block a user