supressed warning about "round undefined" in src/ikarus-flonums.c.

This commit is contained in:
Abdulaziz Ghuloum 2008-12-08 03:01:18 -05:00
parent 6041597a27
commit 5f1a3ab765
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
1703
1704

View File

@ -17,6 +17,7 @@
#define _ISOC99_SOURCE
#include "ikarus-data.h"
#include <stdlib.h>
#include <string.h>