From 831d570fe1f68872766700bc969b7377d2f2b123 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Mon, 17 Jun 2013 13:44:10 +0200 Subject: [PATCH] doc: explain that isl_ints will be removed in future releases Signed-off-by: Sven Verdoolaege --- doc/user.pod | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/doc/user.pod b/doc/user.pod index 12f1cef..06609fc 100644 --- a/doc/user.pod +++ b/doc/user.pod @@ -551,14 +551,13 @@ in the next release. =head2 Integers (obsolescent) -All operations on integers, mainly the coefficients -of the constraints describing the sets and relations, -are performed in exact integer arithmetic using C. -However, to allow future versions of C to optionally -support fixed integer arithmetic, all calls to C -are wrapped inside C specific macros. -The basic type is C and the operations below -are available on this type. +In previous versions of C, integers were represented +in the external interface using the C type. +This type has now been superseded by C. +The C type will be removed from the external interface +in future releases. New code should should not use C. + +The operations below are currently available on Cs. The meanings of these operations are essentially the same as their C C counterparts. As always with C types, Cs need to be -- 2.7.4