// Header for TRIPOS CLI and some commands.
//    (e.g. C, SPOOL, STACK, etc.)

MANIFEST
{
return_severe    =  20
return_hard      =  10
return_soft      =   5
return_ok        =   0
cli_module_gn    =  149
cli_initialstack =  50000       // Changed 21/5/2001
cli_faillevel    = return_hard
globword         = #xEFEF0000
}

GLOBAL
{
cli_tallyflag:     132
cli_result2:       134
cli_returncode:    137
cli_commandname:   138
cli_prompt:        140
cli_standardinput: 141
cli_currentinput:  142
cli_commandfile:   143
cli_interactive:   144
cli_preloadlist:   145
cli_defaultstack:  147
cli_standardoutput:148
cli_module:        149
}
