Replace LINUX macro with compiler predefined macro __linux__

This commit is contained in:
jsteube
2016-07-08 23:23:16 +02:00
parent 96f2ade4bb
commit 49f693a1c9
7 changed files with 15 additions and 14 deletions
+2 -1
View File
@@ -10,7 +10,8 @@
- The Time.Estimated attribute in status display should also show --runtime limit if user set it
- Fix some strict aliasing rule violation on older compilers
- Fix some variable initializers on older compilers
- Replace DARWIN macro with __APPLE__
- Replace DARWIN macro with compiler predefined macro __APPLE__
- Replace LINUX macro with compiler predefined macro __linux__
##
## Bugs