projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7781f4
)
dtscreen: don't use old version of round() on linux either
author
Jon Trulson
<jon@radscan.com>
Sat, 9 May 2015 22:37:04 +0000
(16:37 -0600)
committer
Jon Trulson
<jon@radscan.com>
Sat, 9 May 2015 22:37:04 +0000
(16:37 -0600)
cde/programs/dtscreen/worm.c
patch
|
blob
|
history
diff --git
a/cde/programs/dtscreen/worm.c
b/cde/programs/dtscreen/worm.c
index e80c797e1ae6d2375d46e6ef35ffd838ca502467..0eb6567d1b47b995a063293660e0f7a74b622cab 100644
(file)
--- a/
cde/programs/dtscreen/worm.c
+++ b/
cde/programs/dtscreen/worm.c
@@
-88,7
+88,7
@@
typedef struct {
int size[MAXCOLORS];
} wormstruct;
-#if !defined(CSRG_BASED) && !defined(sun)
+#if !defined(CSRG_BASED) && !defined(sun)
&& !defined(linux)
int
round(float x)
{