fix bad initialization with tabling.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1439 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
Copyright: R. Rocha and NCC - University of Porto, Portugal
|
||||
File: opt.proto.h
|
||||
version: $Id: opt.proto.h,v 1.11 2005-08-04 15:45:55 ricroc Exp $
|
||||
version: $Id: opt.proto.h,v 1.12 2005-11-04 01:17:17 vsc Exp $
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
@@ -41,7 +41,7 @@ void error_message(const char *mesg, ...);
|
||||
** opt.init.c **
|
||||
** ------------ */
|
||||
|
||||
void init_global(int max_table_size, int n_workers, int sch_loop, int delay_load);
|
||||
void Yap_init_global(int max_table_size, int n_workers, int sch_loop, int delay_load);
|
||||
void init_local(void);
|
||||
void make_root_frames(void);
|
||||
#ifdef YAPOR
|
||||
|
Reference in New Issue
Block a user