Scott L. Burson wrote:
On the 32-bit machine, the `read_integer' simply fails; on the 64-bit machine, I get "warning: ... user directive failed" and the program exits.
I misstated that. On the 32-bit machine, `read_integer' throws an exception, which is correctly caught. On the 64-bit machine, it appears to be the case that the second clause for `read_pairs' is skipped; looks like the `catch' is malfunctioning.
-- Scott _______________________________________________ Bug-prolog mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-prolog
