blob: a6cff4bb997695f8c0de64e76f8a08a84ac444cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- pl-5.6.25.orig/packages/zlib/ztest.pl 2006-12-06 01:19:44.000000000 +1300
+++ pl-5.6.25/packages/zlib/ztest.pl 2006-12-23 09:42:51.000000000 +1300
@@ -2,12 +2,15 @@
[
]).
:- asserta(user:file_search_path(foreign, '.')).
+:- asserta(user:file_search_path(foreign, '../clib')).
:- asserta(user:file_search_path(library, '.')).
:- asserta(user:file_search_path(library, '../plunit')).
+:- asserta(user:file_search_path(library, '../clib')).
:- use_module(user:library(zlib)).
:- use_module(user:library(plunit)).
:- use_module(user:library(readutil)).
+:- use_module(user:library(socket)).
read_file_to_codes(File, Codes) :-
open(File, read, In),
|