From 5f76e105b154b3d31b401ea3910a560ac4f6c760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Thu, 5 Nov 2015 19:25:54 +0000 Subject: [PATCH] Debug IO stuff --- include/YapDefs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/YapDefs.h b/include/YapDefs.h index bde5ca971..0a2a46b40 100755 --- a/include/YapDefs.h +++ b/include/YapDefs.h @@ -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;