Make nstr_exec oops on bad operator

This commit is contained in:
Markus Armbruster 2008-03-04 08:10:05 +01:00
parent 93a5779e66
commit bc0ced464b

View file

@ -194,7 +194,7 @@ strnncmp(char *s1, size_t sz1, char *s2, size_t sz2)
: (op) == '=' ? (lft) == (rgt) \
: (op) == '>' ? (lft) > (rgt) \
: (op) == '#' ? (lft) != (rgt) \
: 0)
: (CANT_REACH(), 0))
/*
* Evaluate compiled conditions in array NP[NCOND].