Learn more about cloning repositories
You have read-only access
Convert esl_true and esl_false to functions Prior to this commit, an expression such as: esl_true("true") ? 42 : 0 ...would return 1 rather than 42.