Skip to content
Snippets Groups Projects
Commit bc8084da authored by David Nusinow's avatar David Nusinow
Browse files

Fix goofed patch from before

parent 5eed4008
No related branches found
No related tags found
No related merge requests found
...@@ -153,7 +153,7 @@ typedef union { GLfloat f; GLint i; } fi_type; ...@@ -153,7 +153,7 @@ typedef union { GLfloat f; GLint i; } fi_type;
defined(__mips) || defined(_MIPS_ARCH) || \ defined(__mips) || defined(_MIPS_ARCH) || \
defined(__arm__) || \ defined(__arm__) || \
defined(__sh__) || defined(__m32r__) || \ defined(__sh__) || defined(__m32r__) || \
defined(__m68k__) || defined(__s390__) \ defined(__m68k__) || defined(__s390__) || \
(defined(__alpha__) && (defined(__IEEE_FLOAT) || !defined(VMS))) (defined(__alpha__) && (defined(__IEEE_FLOAT) || !defined(VMS)))
#define USE_IEEE #define USE_IEEE
#define IEEE_ONE 0x3f800000 #define IEEE_ONE 0x3f800000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment