nasm: rename nasm_zap_spaces() to nasm_zap_spaces_fwd()
commitff800417a1842f8f0f82a55cf78c061d623ec307
authorH. Peter Anvin <hpa@zytor.com>
Tue, 13 Oct 2009 19:03:37 +0000 (13 12:03 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 13 Oct 2009 19:03:37 +0000 (13 12:03 -0700)
treed4c090160ff14f23e956a8e9cd25b443013dc722
parentd61debfc913192260a256e894251ef9a24da8493
nasm: rename nasm_zap_spaces() to nasm_zap_spaces_fwd()

By analogy with nasm_zap_spaces_rev() have nasm_zap_spaces_fwd().  The
forward version isn't a super-common operation, and it might be
possible to think the reverse one is the "normal" version... therefore
we might as well be explicit.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
nasm.c
nasmlib.c
nasmlib.h