Move Yang patterns: \n match from yang parse to regex compile stage

This commit is contained in:
Olof hagsand 2021-08-05 12:53:26 +02:00
parent 3ed41c5a04
commit 9aad253f1e
4 changed files with 10 additions and 90 deletions

View file

@ -100,7 +100,6 @@ int xml_chardata_encode(char **escp, const char *fmt, ...);
#endif
int xml_chardata_cbuf_append(cbuf *cb, char *str);
int uri_percent_decode(char *enc, char **str);
int nonprint_encode(char *orig, char **encp);
const char *clicon_int2str(const map_str2int *mstab, int i);
int clicon_str2int(const map_str2int *mstab, char *str);