14 lines
168 B
Plaintext
14 lines
168 B
Plaintext
|
|
||
|
|
||
|
:- multifile user:file_search_path/2.
|
||
|
|
||
|
:- add_to_path('@srcdir@').
|
||
|
|
||
|
:- use_module(library(swi)).
|
||
|
|
||
|
:- yap_flag(unknown,error).
|
||
|
|
||
|
:- include('chr_swi_bootstrap.pl').
|
||
|
|
||
|
|