diff options
author | Patrick McHardy <kaber@trash.net> | 2014-02-04 08:09:27 +0000 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2014-02-04 08:09:27 +0000 |
commit | 2e44b61aecad1c57cee14d3f765c4ddd82f13dd9 (patch) | |
tree | 532816ec5c0e52d7de2f9ae5395663eae9f6832c /include/headers.h | |
parent | f40b3a476f14730fd6ced4ddf29bb1c8319c1f6b (diff) |
evaluate: determine implicit relational op before RHS constant checks
The symbol for the relational op is shown in the error message. Since
OP_IMPLICIT doesn't have a symbol, (null) is shown. Fix by determining
the implicit op before checking for constants.
Error: Right hand side of relational expression ((null)) must be constant
=>
Error: Right hand side of relational expression (==) must be constant
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/headers.h')
0 files changed, 0 insertions, 0 deletions