return values for add_til()
|
#define | ADDTIL_FAILED 0 |
| something bad, the warning is displayed
|
|
#define | ADDTIL_OK 1 |
| ok, til is loaded
|
|
#define | ADDTIL_COMP 2 |
| ok, but til is not compatible with the current compiler
|
|
#define | ADDTIL_ABORTED 3 |
| til was not loaded (incompatible til rejected by user)
|
|