mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-18 16:25:05 +08:00
doc: Call %xdefine a "resolving define" instead of "enhancing define"
%xdefine is an early-binding %define (%define being late-binding.) There is nothing "enhanced" about it, it just specifies a different policy. Call it a "resolving define" instead. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
3f85cfc766
commit
1dc23a1b39
@ -1973,7 +1973,7 @@ You can \i{pre-define} single-line macros using the `-d' option on
|
||||
the NASM command line: see \k{opt-d}.
|
||||
|
||||
|
||||
\S{xdefine} Enhancing \c{%define}: \I\c{%ixdefine}\i\c{%xdefine}
|
||||
\S{xdefine} Resolving \c{%define}: \I\c{%ixdefine}\i\c{%xdefine}
|
||||
|
||||
To have a reference to an embedded single-line macro resolved at the
|
||||
time that it is embedded, as opposed to when the calling macro is
|
||||
|
Loading…
Reference in New Issue
Block a user