]> git.droids-corp.org - protos/libecoli.git/blobdiff - include/ecoli_node_or.h
rename structures and functions
[protos/libecoli.git] / include / ecoli_node_or.h
index 1738af1310b7da0311a4fb9eeafd1418d51bda36..92492fbfc0c2e4bf0bb17702c02ba9306e9671ad 100644 (file)
 #define ECOLI_NODE_OR_
 
 #include <ecoli_node.h>
+#include <ecoli_utils.h>
 
-#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() */