![]() |
GNU PROLOG with UTF8 support
|

Go to the source code of this file.
Macros | |
| #define | MAX_OBJECT 1024 |
| #define | START_PRED_TBL_SIZE 4096 |
| #define | START_OPER_TBL_SIZE 1024 |
| #define | ENV_VAR_MAX_ATOM "MAX_ATOM" |
| #define | DEFAULT_MAX_ATOM 32768 |
| #define | NB_OF_X_REGS 256 |
| #define | MAX_ARITY (NB_OF_X_REGS - 1) |
| #define | PROLOG_FILE_SUFFIX ".pl" |
| #define | PROLOG_FILE_SUFFIXES_ALT "|.pro|.prolog|" |
| #define DEFAULT_MAX_ATOM 32768 |
| #define ENV_VAR_MAX_ATOM "MAX_ATOM" |
| #define MAX_ARITY (NB_OF_X_REGS - 1) |
| #define MAX_OBJECT 1024 |
| #define NB_OF_X_REGS 256 |
| #define PROLOG_FILE_SUFFIX ".pl" |
| #define PROLOG_FILE_SUFFIXES_ALT "|.pro|.prolog|" |
| #define START_OPER_TBL_SIZE 1024 |
| #define START_PRED_TBL_SIZE 4096 |
1.8.11