X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=include%2Fecoli_node_seq.h;h=403cabf3dd0a315781315f2cfa144c0d0a13707c;hb=70ebe6bd8740d8cb32cd0b0a21ca28a4fa74a2a5;hp=e1f389668a2e83e6cb9ddfae946777208c97f3bb;hpb=e18710da81b4c53b357dde2ca55005344edc314f;p=protos%2Flibecoli.git 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() */