summaryrefslogtreecommitdiffstats
path: root/src/opt/fret/fretInit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/opt/fret/fretInit.c')
-rw-r--r--src/opt/fret/fretInit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opt/fret/fretInit.c b/src/opt/fret/fretInit.c
index 0b3b3aec..b007ad99 100644
--- a/src/opt/fret/fretInit.c
+++ b/src/opt/fret/fretInit.c
@@ -94,7 +94,7 @@ Abc_FlowRetime_InitState( Abc_Ntk_t * pNtk ) {
SeeAlso []
***********************************************************************/
-inline int
+static inline int
Abc_FlowRetime_ObjFirstNonLatchBox( Abc_Obj_t * pOrigObj, Abc_Obj_t ** pResult ) {
int lag = 0;
Abc_Ntk_t *pNtk;