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

@ -164,3 +164,8 @@
*/
#define PROTO_RESTART_RECONNECT
/*! Disable top-level prefix for text syntax printing and parsing introduced in 5.8
* Note this is for showing/saving/printing, it is NOT for parsing/loading.
* This means that text output can not be parsed and loaded.
*/
#undef TEXT_SYNTAX_NOPREFIX