dtscreen: don't use old version of round() on linux either
This commit is contained in:
@@ -88,7 +88,7 @@ typedef struct {
|
|||||||
int size[MAXCOLORS];
|
int size[MAXCOLORS];
|
||||||
} wormstruct;
|
} wormstruct;
|
||||||
|
|
||||||
#if !defined(CSRG_BASED) && !defined(sun)
|
#if !defined(CSRG_BASED) && !defined(sun) && !defined(linux)
|
||||||
int
|
int
|
||||||
round(float x)
|
round(float x)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user