doc support
This commit is contained in:
Vitor Santos Costa
2016-11-23 22:35:39 -06:00
parent 8d1cc35a8a
commit d37e198c12
115 changed files with 133 additions and 2855 deletions

View File

@@ -276,8 +276,9 @@ typedef struct yap_boot_params {
/* if NON-0, say how long to keep nodes (default = 3) */
unsigned long int DelayedReleaseLoad;
/* end of YAPOR fields */
/* whether Prolog should handle interrupts */
int PrologShouldHandleInterrupts;
/* whether Prolog should handle interrupts. Note that
interrupts will always be disabled in embedded mode. */
bool PrologCannotHandleInterrupts;
/* flag for JIT mode */
int ExecutionMode;
/* number of arguments that Prolog will see */