BR3064459: Missing %endif doesn't always cause error
commit5ace91d6819bd8341699c1e24dddfbbf1e58c38a
authorCyrill Gorcunov <gorcunov@gmail.com>
Sat, 11 Sep 2010 22:00:05 +0000 (12 02:00 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sat, 11 Sep 2010 22:07:06 +0000 (12 02:07 +0400)
tree1e6bef89fbd1aa3076d8d8017e5e3abc1172a287
parent9bcdd21efd18c89deb4536e402927a01a7ed49b0
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