summaryrefslogtreecommitdiffstats
path: root/src/scanner.l
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2014-02-04 08:09:27 +0000
committerPatrick McHardy <kaber@trash.net>2014-02-04 08:09:27 +0000
commit2e44b61aecad1c57cee14d3f765c4ddd82f13dd9 (patch)
tree532816ec5c0e52d7de2f9ae5395663eae9f6832c /src/scanner.l
parentf40b3a476f14730fd6ced4ddf29bb1c8319c1f6b (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 'src/scanner.l')
0 files changed, 0 insertions, 0 deletions