Added const char * in multiple places
This commit is contained in:
parent
0a985e6618
commit
593ed2ef3b
30 changed files with 138 additions and 136 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue