projects
/
p5sagit/p5-mst-13.2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Optimize reversing an array in-place
[p5sagit/p5-mst-13.2.git]
/
qnx
/
qnx.c
1
/* If we're compiling with watcom, we want to silence domain errors */
2
#if defined(__QNX__) && defined(__WATCOMC__)
3
#include <math.h>
4
5
/* Return default value and print no error message */
6
int matherr( struct exception *err )
7
{
8
return 1;
9
}
10
11
#endif