mirror of https://github.com/YosysHQ/abc.git
Merge pull request #173 from mmicko/namespace_fix
Prevent types from stdint to be defined under abc namespace
This commit is contained in:
commit
a5a6254db1
|
|
@ -94,8 +94,6 @@
|
||||||
/// PARAMETERS ///
|
/// PARAMETERS ///
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
ABC_NAMESPACE_HEADER_START
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
/// BASIC TYPES ///
|
/// BASIC TYPES ///
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
|
|
@ -143,6 +141,8 @@ ABC_NAMESPACE_HEADER_START
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
ABC_NAMESPACE_HEADER_START
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Pointer difference type; replacement for ptrdiff_t.
|
* Pointer difference type; replacement for ptrdiff_t.
|
||||||
* This is a signed integral type that is the same size as a pointer.
|
* This is a signed integral type that is the same size as a pointer.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue