]> git.droids-corp.org - protos/libecoli.git/blobdiff - lib/ecoli_tk_seq.h
save
[protos/libecoli.git] / lib / ecoli_tk_seq.h
index ffc9fa3bc7d5eab685e98eeb1f778aa31d8fb3b1..a401ed2580083d4a43d64bf26c1f35748c56ef76 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