]> mj.ucw.cz Git - libucw.git/commit
conf2: insert a node into a list as soon as possible instead of at the end
authorRobert Spalek <robert@ucw.cz>
Mon, 24 Apr 2006 08:54:15 +0000 (10:54 +0200)
committerRobert Spalek <robert@ucw.cz>
Mon, 24 Apr 2006 08:54:15 +0000 (10:54 +0200)
commite23b57dd8b0ac4da53451625be99ca1fa75caa48
treef7074e1240451cb9528ef38a41a8d7a785ec297d
parent4e37b7c053107479b54a2d8332c54d1944357ea2
conf2: insert a node into a list as soon as possible instead of at the end

This allows user-defined parsers to see nodes during processing and they
can easier check for duplicates (see lang/lang.c).
lib/conf2.c