mirror of https://github.com/YosysHQ/abc.git
Fixing a compiler problem with namespaces.
This commit is contained in:
parent
390a0e8ef3
commit
a1159d98df
|
|
@ -26,6 +26,8 @@ OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWA
|
|||
|
||||
#include "misc/zlib/zlib.h"
|
||||
|
||||
ABC_NAMESPACE_CXX_HEADER_START
|
||||
|
||||
namespace Minisat {
|
||||
|
||||
//-------------------------------------------------------------------------------------------------
|
||||
|
|
@ -119,4 +121,6 @@ static bool eagerMatch(B& in, const char* str) {
|
|||
//=================================================================================================
|
||||
}
|
||||
|
||||
ABC_NAMESPACE_CXX_HEADER_END
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue