mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-30 16:41:05 +08:00
BR 2164053: --prefix _ not --prefix_
The --prefix option takes a separate argument, not an attached argument. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
d3671e061d
commit
d5118f2009
@ -924,7 +924,7 @@ is indicated by an asterisk. For example:
|
||||
|
||||
The \c{--prefix} and \c{--postfix} options prepend or append
|
||||
(respectively) the given argument to all \c{global} or
|
||||
\c{extern} variables. E.g. \c{--prefix_} will prepend the
|
||||
\c{extern} variables. E.g. \c{--prefix _} will prepend the
|
||||
underscore to all global and external variables, as C sometimes
|
||||
(but not always) likes it.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user