projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb8978f
)
Little coding style fix on porting.h
author
Loic Blot
<loic.blot@unix-experience.fr>
Fri, 10 Jul 2015 17:04:05 +0000
(19:04 +0200)
committer
Loic Blot
<loic.blot@unix-experience.fr>
Fri, 10 Jul 2015 17:04:05 +0000
(19:04 +0200)
src/porting.h
patch
|
blob
|
history
diff --git
a/src/porting.h
b/src/porting.h
index add3926ea091a6376e147bfbbda1136ff642dffb..2a91fdd063245816e02f55a9e390002ec220830f 100644
(file)
--- a/
src/porting.h
+++ b/
src/porting.h
@@
-60,7
+60,7
@@
with this program; if not, write to the Free Software Foundation, Inc.,
#include <unistd.h>
#include <stdint.h> //for uintptr_t
-#if (defined(linux) || defined(__linux) || defined(__GNU__)) && !defined(_GNU_SOURCE)
+
#if (defined(linux) || defined(__linux) || defined(__GNU__)) && !defined(_GNU_SOURCE)
#define _GNU_SOURCE
#endif