ld_path is not a fixed atom

This commit is contained in:
Vitor Santos Costa 2009-03-16 15:12:48 +00:00
parent 5ef03f2d0f
commit 4cac5b6616
1 changed files with 1 additions and 1 deletions

View File

@ -2827,7 +2827,7 @@ p_win32(void)
static Int
p_ld_path(void)
{
return Yap_unify(ARG1,MkAtomTerm(AtomLDLibraryPath));
return Yap_unify(ARG1,MkAtomTerm(Yap_LookupAtom(LIB_DIR)));
}