add <float.f> or FLT_MAX,FLT_MIN
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Sat Jul 10 16:05:58 1999 ape@gandalf.spacetec.no (Asbjorn Pettersen)
|
||||||
|
|
||||||
|
* plug-ins/sel2path/math.c:
|
||||||
|
* plug-ins/sel2path/fit.c: Add <float.h> for FLT_MAX,FLT_MIN.
|
||||||
|
|
||||||
1999-07-10 Michael Natterer <mitschel@cs.tu-berlin.de>
|
1999-07-10 Michael Natterer <mitschel@cs.tu-berlin.de>
|
||||||
|
|
||||||
* app/gdisplay.c (gdisplay_set_menu_sensitivity): Undo/Redo should
|
* app/gdisplay.c (gdisplay_set_menu_sensitivity): Undo/Redo should
|
||||||
|
@ -18,6 +18,7 @@ You should have received a copy of the GNU General Public License
|
|||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
|
|
||||||
|
#include <float.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
|
@ -16,6 +16,7 @@ You should have received a copy of the GNU General Public License
|
|||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
|
|
||||||
|
#include <float.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Reference in New Issue
Block a user