Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eval relational operators in eval-parsed-c-expression
This case arose when trying to deal with the following C macro #define CTRL(x) ((x) >= 'a' && (x) <= 'z' ? \ ((x) - 'a' + 1) : (((x) - 'A' + 1) & 0x7f)) as found in FreeBSD's <sys/ttydefaults.h>
- Loading branch information