fixes for YAP
This commit is contained in:
parent
efa64ba6c4
commit
6e956b879a
@ -96,7 +96,7 @@ INSTALL=@INSTALL@
|
|||||||
INSTALL_PROGRAM=@INSTALL_PROGRAM@
|
INSTALL_PROGRAM=@INSTALL_PROGRAM@
|
||||||
INSTALL_DATA=@INSTALL_DATA@
|
INSTALL_DATA=@INSTALL_DATA@
|
||||||
|
|
||||||
LIBPL= @PLTARGETS@ $(srcdir)/streaminfo.pl $(srcdir)/process.pl \
|
LIBPL= @CLIB_PLTARGETS@ $(srcdir)/streaminfo.pl $(srcdir)/process.pl \
|
||||||
$(srcdir)/prolog_server.pl $(srcdir)/sha.pl \
|
$(srcdir)/prolog_server.pl $(srcdir)/sha.pl \
|
||||||
$(srcdir)/socket.pl \
|
$(srcdir)/socket.pl \
|
||||||
$(srcdir)/uri.pl
|
$(srcdir)/uri.pl
|
||||||
|
@ -42,4 +42,7 @@
|
|||||||
memory_file_to_codes/3, % +Handle, -CodeList, +Encoding
|
memory_file_to_codes/3, % +Handle, -CodeList, +Encoding
|
||||||
utf8_position_memory_file/3 % +Handle, -Here, -Size
|
utf8_position_memory_file/3 % +Handle, -Here, -Size
|
||||||
]).
|
]).
|
||||||
|
|
||||||
|
:- use_module(library(shlib)).
|
||||||
|
|
||||||
:- use_foreign_library(foreign(memfile)).
|
:- use_foreign_library(foreign(memfile)).
|
||||||
|
Reference in New Issue
Block a user