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:
parent
57bc36d5ed
commit
bed6d3c739
3 changed files with 16 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue