From 4cac5b6616246d76e7aa3de0d4e54f96f9dd965d Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Mon, 16 Mar 2009 15:12:48 +0000 Subject: [PATCH] ld_path is not a fixed atom --- C/sysbits.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C/sysbits.c b/C/sysbits.c index 6f5d2264d..3544f0e04 100644 --- a/C/sysbits.c +++ b/C/sysbits.c @@ -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))); }