diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2017-10-03 16:20:10 +0300 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2017-10-03 16:20:10 +0300 |
commit | 21aa0ee0e8bbccd33e9e70533fda7377a764e1d4 (patch) | |
tree | 25f37760d9dfe76ca231ebf678c6a597fa0d6794 /src/sat | |
parent | d0286dce37f7ebda77b2f09d3251f2946c441468 (diff) | |
download | abc-21aa0ee0e8bbccd33e9e70533fda7377a764e1d4.tar.gz abc-21aa0ee0e8bbccd33e9e70533fda7377a764e1d4.tar.bz2 abc-21aa0ee0e8bbccd33e9e70533fda7377a764e1d4.zip |
Addressing recently reported Bitbucket Issue #72 and #73.
Diffstat (limited to 'src/sat')
-rw-r--r-- | src/sat/glucose/System.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sat/glucose/System.h b/src/sat/glucose/System.h index d5011919..a7f8c93d 100644 --- a/src/sat/glucose/System.h +++ b/src/sat/glucose/System.h @@ -22,7 +22,7 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA #define Glucose_System_h #if defined(__linux__) -#include <fpu_control.h> +//#include <fpu_control.h> #endif #include "sat/glucose/IntTypes.h" |