Browse Source

Merge branch 'old_gcc'

nfactor-troky
Paul Sheppard 13 years ago
parent
commit
3be662a270
  1. 4
      miner.h

4
miner.h

@ -159,6 +159,10 @@ void *alloca (size_t); @@ -159,6 +159,10 @@ void *alloca (size_t);
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
#endif
#ifndef roundl
#define roundl(x) (long double)((long long)((x==0)?0.0:((x)+((x)>0)?0.5:-0.5)))
#endif
enum alive {
LIFE_WELL,
LIFE_SICK,

Loading…
Cancel
Save