[GIT] ppl/ppl(devel): Adapted to SWI-Prolog version 7.x.

Module: ppl/ppl Branch: devel Commit: c9b20bc27d2a9931f131b6c3350eadf3c7f33405 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=c9b20bc27d2a9...
Author: Roberto Bagnara roberto.bagnara@bugseng.com Date: Tue Nov 24 10:05:32 2015 +0100
Adapted to SWI-Prolog version 7.x.
---
interfaces/Prolog/SWI/pl_clpq.pl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/interfaces/Prolog/SWI/pl_clpq.pl b/interfaces/Prolog/SWI/pl_clpq.pl index 3b87de4..ca1854f 100644 --- a/interfaces/Prolog/SWI/pl_clpq.pl +++ b/interfaces/Prolog/SWI/pl_clpq.pl @@ -21,7 +21,8 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1307, USA. For the most up-to-date information see the Parma Polyhedra Library site: http://bugseng.com/products/ppl/ . */
-eat_eol. +eat_eol :- + get_code(user_input, _EOL).
main :- % FIXME: clearing the prompt as it is done here is a temporary workaround.
participants (1)
-
Roberto Bagnara