Changeset 5ae4c18 in git for Singular/cntrlc.cc


Ignore:
Timestamp:
Jun 17, 2019, 3:20:33 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
cce4a76adf1f860535d254aa065f8a37d6d1e3f3
Parents:
fb06424a6e72f001f56f88e8c2b0cc6cb14c8820
Message:
Revert "port: OsX and NTL-threads": was a confusion betweeen diff. ntl versions

This reverts commit 5e1cd1390888f5e83d6fb20b650a97ea0f829e2d.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/cntrlc.cc

    rfb0642 r5ae4c18  
    562562#ifdef HAVE_NTL
    563563#if (((NTL_MAJOR_VERSION==9)&&(NTL_MINOR_VERSION>=3))||(NTL_MAJOR_VERSION>=10))
    564 #if ((!defined(NTL_THREADS)) || (!defined(__APPLE__)))
    565564  ErrorMsgCallback=WerrorS;
    566565  ErrorCallback=HALT;
    567 #endif
    568566#endif
    569567#endif
Note: See TracChangeset for help on using the changeset viewer.