coroutining is now a part of attvars.
some more fixes. git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1070 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
3
C/init.c
3
C/init.c
@@ -842,9 +842,8 @@ InitCodes(void)
|
||||
|
||||
heap_regs->atprompt = 0;
|
||||
#ifdef COROUTINING
|
||||
heap_regs->num_of_atts = 0; /* initially no attributes have been defined */
|
||||
heap_regs->num_of_atts = 1; /* initially only coroutining is supported */
|
||||
#endif
|
||||
|
||||
/* system boots in compile mode */
|
||||
heap_regs->static_predicates_marked = TRUE;
|
||||
/* use Quintus compatible atom_chars and number_chars, not ISO compatible */
|
||||
|
Reference in New Issue
Block a user