mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
changes.src: to hide a keyword, %idefine foo $%??
The $ in "%idefine ptr $%??" was missing. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
parent
285222ffd6
commit
f23bd426be
@ -70,7 +70,7 @@ since 2007.
|
||||
much more likely to indicate a MASM-ism encountered in NASM than it
|
||||
is a valid label. This warning can be suppressed with \c{-w-ptr},
|
||||
the \c{[warning]} directive (see \k{opt-w}) or by the macro
|
||||
definition \c{%idefine ptr %??}.
|
||||
definition \c{%idefine ptr $%??}.
|
||||
|
||||
\b When an error or a warning comes from the expansion of a multi-line
|
||||
macro, display the file and line numbers for the expanded macros.
|
||||
|
Loading…
Reference in New Issue
Block a user