fix field array
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 10 Oct 2007 18:37:14 +0000 (18:37 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Wed, 10 Oct 2007 18:37:14 +0000 (18:37 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@2625 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/lttv/tracecontext.h

index dacd4d0febe72643aef9225fb3cd484f54d129bc..873aa61f2416c4a30934211aa7d81232d4e422c0 100644 (file)
@@ -279,7 +279,7 @@ typedef struct _LttvTraceHook {
   gpointer hook_data;
 } LttvTraceHook;
 
-#define FIELD_ARRAY(val) ((GQuark[]){ (val), 0 })
+#define FIELD_ARRAY(val...) ((GQuark[]){ val, 0 })
 
 /* Get the head of marker list correcponding to the given trace hook.
  */
This page took 0.027762 seconds and 4 git commands to generate.