Drop redundant test with isnumchar
commitb150e386ae9d07ed6b456955ff08e87cddb8f7c4
authorMartin Lindhe <martin-commit@ubique.se>
Wed, 16 Nov 2016 14:36:53 +0000 (16 15:36 +0100)
committerCyrill Gorcunov <gorcunov@gmail.com>
Thu, 5 Jan 2017 19:38:41 +0000 (5 22:38 +0300)
tree183831a53c5ee22fa6bb0c3ceb7455df8d62ff6e
parent9b5aa2e6d0454b378f03649f8c2130a5fc4288a2
Drop redundant test with isnumchar

Fix pvs-studio error 'V501 There are identical sub-expressions
'(c) == '_'' to the left and to the right of the '||' operator.'. isnumchar()
is a macro defined as (nasm_isalnum(c) || (c) == '_')

Signed-off-by: Martin Lindhe <martin-commit@ubique.se>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
asm/preproc.c