weird module stuff
This commit is contained in:
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -15,7 +15,7 @@
|
||||
url = git://git.code.sf.net/p/yap/http
|
||||
[submodule "packages/clib"]
|
||||
path = packages/clib
|
||||
url = git://git.code.sf.net/p/yap/clib
|
||||
url = sssh://git.code.sf.net/p/yap/clib
|
||||
[submodule "packages/sgml"]
|
||||
path = packages/sgml
|
||||
url = git://git.code.sf.net/p/yap/sgml
|
||||
|
@@ -3057,7 +3057,6 @@ YAP_Init(YAP_init_args *yap_init)
|
||||
Term t_goal = MkAtomTerm(AtomInitProlog);
|
||||
YAP_RunGoalOnce(t_goal);
|
||||
Yap_InitYaamRegs( 0 );
|
||||
CurrentModule = LOCAL_SourceModule = USER_MODULE;
|
||||
return YAP_BOOT_FROM_SAVED_CODE;
|
||||
} else {
|
||||
CurrentModule = LOCAL_SourceModule = USER_MODULE;
|
||||
|
Submodule packages/raptor updated: b36fdac228...36f99e3c3c
Reference in New Issue
Block a user