X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=include%2Fecoli_node_or.h;fp=include%2Fecoli_node_or.h;h=92492fbfc0c2e4bf0bb17702c02ba9306e9671ad;hp=1738af1310b7da0311a4fb9eeafd1418d51bda36;hb=984760622f2c8472fd2667e24bcceb543bdb1aff;hpb=ae32f7f2fd1bc44a5388e1984f7c96bc29d3fdc2 diff --git a/include/ecoli_node_or.h b/include/ecoli_node_or.h index 1738af1..92492fb 100644 --- a/include/ecoli_node_or.h +++ b/include/ecoli_node_or.h @@ -11,10 +11,11 @@ #define ECOLI_NODE_OR_ #include +#include -#define EC_NODE_OR(args...) __ec_node_or(args, EC_NODE_ENDLIST) +#define EC_NODE_OR(args...) __ec_node_or(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_OR() or * ec_node_or() + ec_node_or_add() */