fix ODR violations in OpenROAD
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
This commit is contained in:
parent
8f7e85a27a
commit
aa0b352906
|
|
@ -269,7 +269,7 @@ using namespace sta;
|
|||
|
||||
%inline %{
|
||||
|
||||
bool
|
||||
inline bool
|
||||
is_object(const char *obj)
|
||||
{
|
||||
// _hexaddress_p_type
|
||||
|
|
@ -294,7 +294,7 @@ is_object(const char *obj)
|
|||
}
|
||||
|
||||
// Assumes is_object is true.
|
||||
const char *
|
||||
inline const char *
|
||||
object_type(const char *obj)
|
||||
{
|
||||
if (is_object(obj))
|
||||
|
|
|
|||
Loading…
Reference in New Issue