Debug IO stuff

This commit is contained in:
Vítor Santos Costa 2015-11-05 19:25:54 +00:00
parent 4354083208
commit 5f76e105b1
1 changed files with 2 additions and 1 deletions

View File

@ -220,6 +220,7 @@ typedef struct yap_boot_params {
unsigned long int TrailSize;
/* if NON-0, maximal size for Trail */
unsigned long int MaxTrailSize;
/* if NON-0, minimal size for AttributeVarStack */
unsigned long int AttsSize;
/* if NON-0, maximal size for AttributeVarStack */
@ -228,7 +229,7 @@ typedef struct yap_boot_params {
char *YapLibDir;
/* if NON-NULL, name for a Prolog file to use when booting */
char *YapPrologBootFile;
/* if NON-NULL, name for a Prolog file to use when initialising */
/* if NON-NULL, name for a Prolog file to use when initializing */
char *YapPrologInitFile;
/* if NON-NULL, name for a Prolog file to consult before entering top-level */
char *YapPrologRCFile;