TEXT file format: Keep backward-compatible non-top-level prefix with compile-time option TEXT_SYNTAX_NOPREFIX

See https://github.com/clicon/clixon/issues/345
This commit is contained in:
Olof hagsand 2022-07-26 18:10:27 +02:00
parent 57bc36d5ed
commit bed6d3c739
3 changed files with 16 additions and 5 deletions

View file

@ -79,6 +79,7 @@ Users may have to change how they access the system
* Leaf-list support: `a [ x y z ]`
* List key support: `a x y { ... }`
* See compile-time option `TEXT_LIST_KEYS`
* Keep backward-compatible non-top-level prefix with compile-time option `TEXT_SYNTAX_NOPREFIX`
### C/CLI-API changes on existing features