Calling `listing` from the top-level

Boris Vassilev <[email protected]> Fri, 18 Apr 2014 11:03:26 +0300
Newsgroups gmane.comp.ai.prolog.swi
Message-ID <CAFw8osLVKht1FWCJ_1hJ15X+c=wDWhhmK49Bk2Vnv+Un25ig4A@mail.gmail.com>
Hi,

currently, `listing/0` at the top level has a whole bunch of output. Random
excerpt:

---
prolog_file_type(qlf, qlf).
prolog_file_type(A, executable) :-
    system:current_prolog_flag(shared_object_extension, A).

:- dynamic library_directory/1.
:- multifile library_directory/1.

library_directory(B) :-
    '$parms':
    (   cached_library_directory(local, A=lib, A),
    B=A
    ).
---


Is that meant to be there? Did I mess up my installation somehow?

Cheers,
Boris
-------------- next part --------------
HTML attachment scrubbed and removed