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

Roberto Bagnara roberto.bagnara at bugseng.com
Tue Nov 24 10:05:54 CET 2015


Module: ppl/ppl
Branch: master
Commit: c9b20bc27d2a9931f131b6c3350eadf3c7f33405
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=c9b20bc27d2a9931f131b6c3350eadf3c7f33405

Author: Roberto Bagnara <roberto.bagnara at 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.




More information about the PPL-devel mailing list