summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2017-03-01 13:35:13 -0800
committerH. Peter Anvin <hpa@linux.intel.com>2017-03-01 13:35:13 -0800
commit964d502248e41aba1c208f402ddfb5bb7073b792 (patch)
treec67d769f64fcf5e33b4cc34cd43be57a48e000c8
parentf23bd426be0d60d653c3dd7f9d6366bdd641a9de (diff)
downloadnasm-964d502248e41aba1c208f402ddfb5bb7073b792.tar.gz
changes.src: correct form is "%idefine ptr $%?"
Actually do the right thing this time, hopefully... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
-rw-r--r--doc/changes.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changes.src b/doc/changes.src
index 35db4e1e..3d87fbae 100644
--- a/doc/changes.src
+++ b/doc/changes.src
@@ -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 $%?} (see \k{selfref%?}).
\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.