GNU PROLOG with UTF8 support
Macros
pl_params.h File Reference
This graph shows which files directly or indirectly include this file:

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|"
 

Macro Definition Documentation

#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