range and fix locals.

This commit is contained in:
Vitor Santos Costa
2012-10-23 14:55:44 +01:00
parent 139b06115e
commit 8126381e8d
12 changed files with 12 additions and 74 deletions

View File

@@ -327,5 +327,6 @@ Yap_InitModules(void)
LookupModule(ARG_MODULE);
LookupModule(GLOBALS_MODULE);
LookupModule(DBLOAD_MODULE);
LookupModule(RANGE_MODULE);
CurrentModule = PROLOG_MODULE;
}