diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-08-24 09:58:09 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-08-24 10:18:25 +0700 |
commit | c92cb544427f0e693811b754785e712ecab5410e (patch) | |
tree | 18aa603a624d8d3e5e06779d8d3cf49e379f7876 /tests/glshaderinfo.cpp | |
parent | b9baa618eb808d02b80bb3a86d7a571592296905 (diff) |
_GNU_SOURCE definition not needed.
Diffstat (limited to 'tests/glshaderinfo.cpp')
-rw-r--r-- | tests/glshaderinfo.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/glshaderinfo.cpp b/tests/glshaderinfo.cpp index 8ec393a8..56da2414 100644 --- a/tests/glshaderinfo.cpp +++ b/tests/glshaderinfo.cpp @@ -1,8 +1,6 @@ #define GL_GLEXT_PROTOTYPES #define EGL_EGLEXT_PROTOTYPES -#define _GNU_SOURCE - #include <math.h> #include <stdlib.h> #include <stdio.h> |