preproc: Issue warning on unterminated %{ construct
commit0457bcbf2e97a822cd6635e1e50c89172ad19a2c
authorCyrill Gorcunov <gorcunov@gmail.com>
Thu, 7 Oct 2010 15:30:54 +0000 (7 19:30 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Wed, 27 Oct 2010 17:41:35 +0000 (27 21:41 +0400)
tree502247fc7ed70d665f5b938c1f65feae0cf44122
parent582b3d0c70586ef088b3b48529173ffd573c051a
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