Make nstr_exec oops on bad operator
This commit is contained in:
parent
93a5779e66
commit
bc0ced464b
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ strnncmp(char *s1, size_t sz1, char *s2, size_t sz2)
|
||||||
: (op) == '=' ? (lft) == (rgt) \
|
: (op) == '=' ? (lft) == (rgt) \
|
||||||
: (op) == '>' ? (lft) > (rgt) \
|
: (op) == '>' ? (lft) > (rgt) \
|
||||||
: (op) == '#' ? (lft) != (rgt) \
|
: (op) == '#' ? (lft) != (rgt) \
|
||||||
: 0)
|
: (CANT_REACH(), 0))
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Evaluate compiled conditions in array NP[NCOND].
|
* Evaluate compiled conditions in array NP[NCOND].
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue