opnamele.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 25 行
GML
25 行
.*
.*
.option NAMELEN
.*
.np
The "NAMELEN" option tells the &lnkname that all symbols must be
uniquely identified in the number of characters specified or less.
If any symbol fails to satisfy this condition, a warning message will
be issued.
The warning message will state that a symbol has been defined more
than once.
.np
The format of the "NAMELEN" option (short form "NAMEL") is as follows.
.mbigbox
OPTION NAMELEN=n
.embigbox
.synote
.im lnkvalue
.esynote
.np
Some computer systems, for example, require that all global symbols be
uniquely identified in 8 characters.
By specifying an appropriate value for the "NAMELEN" option, you can
ease the task of porting your application to other computer systems.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?