Commit 50186e98 authored by Marc Durdin's avatar Marc Durdin
Browse files

chore(developer): remove SetError macro

The `SetError` macro emitted `return FALSE;` which was confusing for
reviewing code flow. Replaced with explicit `AddCompileMessage()` and
`return FALSE;`.
parent ef101d74
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment