diff crp.pl @ 2:2c8a10d9e3cb

Switched to use_foreign_library/1.
author samer
date Fri, 24 Feb 2012 18:08:40 +0000
parents b31415b4a196
children 974d7be8eec4
line wrap: on
line diff
--- a/crp.pl	Thu Jan 26 13:06:21 2012 +0000
+++ b/crp.pl	Fri Feb 24 18:08:40 2012 +0000
@@ -33,7 +33,7 @@
 */
 :- meta_predicate seqmap_classes(4,+,?,?).
 
-:-	load_foreign_library(foreign(crp)).
+:-	use_foreign_library(foreign(crp)).
 :- use_module(library(dcgu)).
 :- use_module(library(math)).
 :- use_module(library(eval)).