whoops, syntax error
This commit is contained in:
parent
e85167072e
commit
4f004ebebc
|
@ -41,7 +41,7 @@
|
||||||
#define PI 3.14159265359f
|
#define PI 3.14159265359f
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef max(x, y)
|
#ifndef max
|
||||||
#define max(x, y) x >= y ? x : y
|
#define max(x, y) x >= y ? x : y
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue