X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=include%2Fecoli_node_seq.h;fp=include%2Fecoli_node_seq.h;h=403cabf3dd0a315781315f2cfa144c0d0a13707c;hp=e1f389668a2e83e6cb9ddfae946777208c97f3bb;hb=984760622f2c8472fd2667e24bcceb543bdb1aff;hpb=ae32f7f2fd1bc44a5388e1984f7c96bc29d3fdc2 diff --git a/include/ecoli_node_seq.h b/include/ecoli_node_seq.h index e1f3896..403cabf 100644 --- a/include/ecoli_node_seq.h +++ b/include/ecoli_node_seq.h @@ -12,9 +12,9 @@ #include -#define EC_NODE_SEQ(args...) __ec_node_seq(args, EC_NODE_ENDLIST) +#define EC_NODE_SEQ(args...) __ec_node_seq(args, EC_VA_END) -/* list must be terminated with EC_NODE_ENDLIST */ +/* list must be terminated with EC_VA_END */ /* all nodes given in the list will be freed when freeing this one */ /* avoid using this function directly, prefer the macro EC_NODE_SEQ() or * ec_node_seq() + ec_node_seq_add() */