preproc: Issue warning on unterminated %{ construct
commite0fdd77584b22afc319e7ae22649d48e7668ad86
authorCyrill Gorcunov <gorcunov@gmail.com>
Thu, 7 Oct 2010 15:30:54 +0000 (7 19:30 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Thu, 7 Oct 2010 15:42:12 +0000 (7 19:42 +0400)
tree361026aed5a9f2f83acc264e1881e24e6033e676
parent51296252257e99edbfaad0174017a14e5fbf370b
preproc: Issue warning on unterminated %{ construct

As being pointed by "matching braces" topic on
[ http://forum.nasm.us/index.php?topic=905.0 ]
we don't issue warning on missed match for "{"
brace opened.

Strictly speaking we should issue error instead and
force user to fix asm source code but since it's
here for a long time already -- lets be "admissive".

Reported-by: Klod
CC: Frank Kotler <fbkotler@zytor.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
preproc.c