mirror of
https://github.com/YosysHQ/abc.git
synced 2026-09-07 03:05:36 +02:00
Making changes suggested by Mark Jarvin.
This commit is contained in:
@@ -25,12 +25,9 @@
|
||||
#include "misc/util/abc_global.h"
|
||||
#include "misc/extra/extra.h"
|
||||
|
||||
// comment out this line to disable pthreads
|
||||
#define ABC_USE_PTHREADS
|
||||
|
||||
#ifdef ABC_USE_PTHREADS
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
#include "../lib/pthread.h"
|
||||
#else
|
||||
#include <pthread.h>
|
||||
|
||||
@@ -21,11 +21,6 @@
|
||||
#include "base/abc/abc.h"
|
||||
#include "mainInt.h"
|
||||
|
||||
#if !defined(_WIN32) && !defined(AIX)
|
||||
// comment out the following line if 'readline' is not available
|
||||
#define ABC_USE_READLINE
|
||||
#endif
|
||||
|
||||
#ifdef ABC_USE_READLINE
|
||||
#include <readline/readline.h>
|
||||
#include <readline/history.h>
|
||||
|
||||
@@ -23,14 +23,9 @@
|
||||
#include "proof/ssw/ssw.h"
|
||||
|
||||
|
||||
|
||||
|
||||
// comment out this line to disable pthreads
|
||||
#define ABC_USE_PTHREADS
|
||||
|
||||
#ifdef ABC_USE_PTHREADS
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
#include "../lib/pthread.h"
|
||||
#else
|
||||
#include <pthread.h>
|
||||
|
||||
Reference in New Issue
Block a user