From aa0b35290611705825d1ee72a70f914b5e9b15cd Mon Sep 17 00:00:00 2001 From: dsengupta0628 Date: Wed, 6 May 2026 19:36:31 +0000 Subject: [PATCH] fix ODR violations in OpenROAD Signed-off-by: dsengupta0628 --- tcl/StaTclTypes.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tcl/StaTclTypes.i b/tcl/StaTclTypes.i index 8136bd60..b002cb42 100644 --- a/tcl/StaTclTypes.i +++ b/tcl/StaTclTypes.i @@ -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))