=================================================================== Modification le : Mon Sep 11 18:47:17 MEST 2000 Par : czo =================================================================== Update of /users/outil/alliance/cvsroot/alliance/sources/boog In directory fox.lip6.fr:/users/soft5/newlabo/test/alliance/sce-Cygwin/boog Modified Files: bog_map_adapt.c bog_map_pattern.c bog_map_prepare.c bog_unflatten_utils.c Log Message: AUTO_HAS_VALUES_H (MAXFLOAT portable) =================================================================== Index: bog_map_adapt.c =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/boog/bog_map_adapt.c,v retrieving revision 1.2 retrieving revision 1.3 diff -r1.2 -r1.3 31d30 < #include <values.h> Index: bog_map_pattern.c =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/boog/bog_map_pattern.c,v retrieving revision 1.4 retrieving revision 1.5 diff -r1.4 -r1.5 31c31,39 < #include <values.h> --- > #ifdef AUTO_HAS_VALUES_H > # include <values.h> > #else > # include <float.h> > # ifndef MAXFLOAT > # define MAXFLOAT FLT_MAX > # endif > #endif > Index: bog_map_prepare.c =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/boog/bog_map_prepare.c,v retrieving revision 1.3 retrieving revision 1.4 diff -r1.3 -r1.4 31d30 < #include <values.h> Index: bog_unflatten_utils.c =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/boog/bog_unflatten_utils.c,v retrieving revision 1.2 retrieving revision 1.3 diff -r1.2 -r1.3 30a31,38 > #ifdef AUTO_HAS_VALUES_H > # include <values.h> > #else > # include <float.h> > # ifndef MAXFLOAT > # define MAXFLOAT FLT_MAX > # endif > #endif 32d39 =================================================================== Ce message est envoyé au personnes abonnées à alliance-programmers Pour plus d'information sur cette mailling-list, visitez : http://asim.lip6.fr/alliance/mailing-lists/