Added const char * in multiple places

This commit is contained in:
Olof hagsand 2020-07-02 19:25:48 +02:00
parent 0a985e6618
commit 593ed2ef3b
30 changed files with 138 additions and 136 deletions

View file

@ -43,7 +43,7 @@
struct clixon_xpath_yacc{
const char *xpy_name; /* Name of syntax (for error string) */
int xpy_linenum; /* Number of \n in parsed buffer */
char *xpy_parse_string; /* original (copy of) parse string */
const char *xpy_parse_string; /* original (copy of) parse string */
void *xpy_lexbuf; /* internal parse buffer from lex */
xpath_tree *xpy_top;
};