save
[protos/libecoli.git] / lib / ecoli_tk_seq.h
index ffc9fa3..a401ed2 100644 (file)
@@ -41,7 +41,7 @@ struct ec_tk *__ec_tk_seq(const char *id, ...);
 struct ec_tk *ec_tk_seq(const char *id);
 
 /* child is consumed */
-/* all token given in the list will be freed when freeing this one */
+// XXX add_child?
 int ec_tk_seq_add(struct ec_tk *tk, struct ec_tk *child);
 
 #endif