mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04: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:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user