]> mj.ucw.cz Git - libucw.git/commit
conf2: resolve an issue concerning variable numbers of parameters
authorRobert Spalek <robert@ucw.cz>
Fri, 21 Apr 2006 10:40:57 +0000 (12:40 +0200)
committerRobert Spalek <robert@ucw.cz>
Fri, 21 Apr 2006 10:40:57 +0000 (12:40 +0200)
commit136b12a613d9168835ace49bb312e123c4af15ce
tree9a8d874bc5d921040991397305edc3643f13223a
parentfaafb58a5832e5462dccdb89f74133ce296fa06d
conf2: resolve an issue concerning variable numbers of parameters

When a node of a link list is parsed on one line, then the inner section
is checked for dynamic attributes at the end.  If they are present, the
outer node is just parsed once and the flag allowing dynamic parsing is
passed inside.  If we did not allow this, then an error would have occured
anyway, and this behaviour is actually useful.

Along the way, I unified the headers and semantics of most interpreters and
cleaned up the code.
lib/conf2.c