BR3064459: Missing %endif doesn't always cause error
commit530c1eddf53d19e30025c11b2c4598248cd1c9c5
authorCyrill Gorcunov <gorcunov@gmail.com>
Sat, 11 Sep 2010 22:00:05 +0000 (12 02:00 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Wed, 15 Sep 2010 17:12:37 +0000 (15 21:12 +0400)
tree341937cbc509172685bedd096cb8fbac7540eb30
parentccba110e69b767d6bc88c7ad4176d8d0d2f0046b
BR3064459: Missing %endif doesn't always cause error

error() routine is conditional dependent so we should
use nasm_error instead to yield message unconditionally.

Reported-by: Christian Masloch
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
preproc.c