summaryrefslogtreecommitdiff
path: root/math/vampire/files/patch-Lib_Portability.hpp
blob: e82b0a05f6c82bcfa4d507f5a0265a1d4d8ce05b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- Lib/Portability.hpp.orig	2018-12-01 20:14:14 UTC
+++ Lib/Portability.hpp
@@ -25,11 +25,11 @@
 // Detect compiler
 
 #ifndef __APPLE__
-# define __APPLE__ 0
+//# define __APPLE__ 0
 #endif
 
 #ifndef __CYGWIN__
-# define __CYGWIN__ 0
+//# define __CYGWIN__ 0
 #endif
 
 //////////////////////////////////////////////////////