summaryrefslogtreecommitdiffstats
path: root/src/aig/bbl/bblif.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/aig/bbl/bblif.h')
-rw-r--r--src/aig/bbl/bblif.h16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/aig/bbl/bblif.h b/src/aig/bbl/bblif.h
index 89c58f93..787d649f 100644
--- a/src/aig/bbl/bblif.h
+++ b/src/aig/bbl/bblif.h
@@ -21,6 +21,7 @@
#ifndef __BBLIF_H__
#define __BBLIF_H__
+
/*
This file (taken together with "bblif.c") implements a stand-alone
interface between ABC and an application that uses ABC.
@@ -186,9 +187,10 @@
/// PARAMETERS ///
////////////////////////////////////////////////////////////////////////
-#ifdef __cplusplus
-extern "C" {
-#endif
+
+
+ABC_NAMESPACE_HEADER_START
+
#ifdef _WIN32
#define inline __inline
@@ -269,9 +271,11 @@ extern void Bbl_ManDumpBlif( Bbl_Man_t * p, char * pFileName );
extern void Bbl_ManSimpleDemo();
-#ifdef __cplusplus
-}
-#endif
+
+
+ABC_NAMESPACE_HEADER_END
+
+
#endif