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

View File

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