From 53a49bb3c32ae7367f1ef6d1abc4a1534e90ffb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Mon, 8 Sep 2014 17:16:00 -0500 Subject: [PATCH] call ypp from the console --- console/yap.c | 4 ---- pl/init.yap | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/console/yap.c b/console/yap.c index 48dc0575d..ef6542d7c 100755 --- a/console/yap.c +++ b/console/yap.c @@ -159,10 +159,6 @@ main (int argc, char **argv) } /* Begin preprocessor code */ if (BootMode != YAP_BOOT_FROM_SAVED_STACKS) { - // load the module - YAP_Term mod_arg[1]; - mod_arg[0] = YAP_MkAtomTerm(YAP_LookupAtom("ypp")); - YAP_RunGoalOnce(YAP_MkApplTerm(YAP_MkFunctor(YAP_LookupAtom("use_module"),1), 1, mod_arg)); // process the definitions for(i=0;i