opcheck.gml

来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 23 行

GML
23
字号
.*
.*
.option CHECK
.*
.np
The "CHECK" option specifies the name of a procedure to execute before
an NLM is unloaded.
This procedure can, for example, inform the operator that the NLM is
in use and prevent it from being unloaded.
.np
The format of the "CHECK" option (short form "CH") is as follows.
.mbigbox
    OPTION CHECK=symbol_name
.embigbox
.synote
.mnote symbol_name
specifies the name of a procedure to execute before the NLM is
unloaded.
.esynote
.np
If the "CHECK" option is not specified, no check procedure will be
called.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?