preproc: don't macro-expand the argument to %use
commit264b7b982cd23ee4a47ac6c4eaf89b05564e46f0
authorH. Peter Anvin <hpa@zytor.com>
Fri, 24 Oct 2008 23:38:17 +0000 (24 16:38 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 24 Oct 2008 23:38:17 +0000 (24 16:38 -0700)
tree3ffa3a74fd92702fb9cd70816904581e2d68e967
parent0b7d903ec84b43a339f3febfe95a1e7dd5d03e54
preproc: don't macro-expand the argument to %use

Use expand_id() for the argument to %use, instead of expand_smacro().
This really makes more sense for a "naked" argument.  This is a
semantic change, but is unlikely to break any real code.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
doc/changes.src
doc/nasmdoc.src
preproc.c