
23 Mar
2002
23 Mar
'02
2 p.m.
CVSROOT: /cvs/ppl Module name: ppl Changes by: roberto@cs.unipr.it 2002-03-23 14:00:29
Modified files: interfaces/Prolog/GNU: Makefile.am gp_clpq.pl ppl_gprolog.cc
Log message: The GNU Prolog interface is finally operational. The problem was that a GNU Prolog integer is not wide enough to hold a memory address: now memory addresses are represented by terms of the form `[u1|u2]' where `u1' and `u2' are GNU Prolog integers.
Patches: http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/interfaces/Prolog/GNU/Makefile... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/interfaces/Prolog/GNU/gp_clpq.... http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/interfaces/Prolog/GNU/ppl_gpro...