Fix exprNodeIsConstantFunction() so that it returns WRC_Continue, not WRC_Abort,...
commit389f9caa75b67994741e4b64a39daf0c5758d339
authorDan Kennedy <danielk1977@gmail.com>
Sat, 16 Mar 2024 14:27:10 +0000 (16 14:27 +0000)
committerDan Kennedy <danielk1977@gmail.com>
Sat, 16 Mar 2024 14:27:10 +0000 (16 14:27 +0000)
tree53ab3a89c855979bf9c58b279017cebf793bb466
parent69c427985557b0a2b4e5d544248c7054bab8e2a1
Fix exprNodeIsConstantFunction() so that it returns WRC_Continue, not WRC_Abort, if the function really is constant.
src/expr.c
test/values.test