boot
This commit is contained in:
@@ -938,7 +938,8 @@ void YAPEngine::doInit(YAP_file_type_t BootMode)
|
||||
#if YAP_PYTHON
|
||||
do_init_python();
|
||||
#endif
|
||||
YAPPredicate p = YAPPredicate( YAPAtomTerm("initialize_prolog") );
|
||||
std::string s = "initialize_prolog";
|
||||
YAPPredicate p = YAPPredicate( YAPAtomTerm(s) );
|
||||
YAPQuery initq = YAPQuery(YAPPredicate(p), nullptr);
|
||||
if (initq.next())
|
||||
{
|
||||
|
Reference in New Issue
Block a user