opredefs.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 27 行
GML
27 行
.*
.*
.option REDEFSOK
.*
.np
The "REDEFSOK" option tells the &lnkname to ignore redefined symbols
and to generate an executable file anyway.
By default, warning messages are displayed and an executable file is
generated if redefined symbols are present.
.np
The format of the "REDEFSOK" option (short form "RED") is as follows.
.mbigbox
OPTION REDEFSOK
.embigbox
.np
.ix 'NOREDEFSOK option'
.ix 'options' 'NOREDEFSOK'
The "NOREDEFSOK" option tells the &lnkname to treat redefined symbols
as an error and to not generate an executable file.
By default, warning messages are displayed and an executable file is
generated if redefined symbols are present.
.np
The format of the "NOREDEFSOK" option (short form "NORED") is as follows.
.mbigbox
OPTION NOREDEFSOK
.embigbox
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?